From 1316882ef4737d5d0b19e334a060ee8c623c8cd1 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:55:07 -0500 Subject: [PATCH] [BWA-141] Use `files` instead of `file` in codecov action (#315) --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6eb46e2f0..3a66831c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,6 +79,4 @@ jobs: - name: Upload to codecov.io uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2 with: - file: app/build/reports/kover/reportDebug.xml - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + files: app/build/reports/kover/reportDebug.xml