Skip to content

Commit

Permalink
[BWA-141] Use files instead of file in codecov action (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck authored Jan 10, 2025
1 parent 7fdb669 commit 1316882
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1316882

Please sign in to comment.