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