Skip to content

Commit

Permalink
Fix codecov "file"->"files" parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 13, 2025
1 parent 6c035aa commit e4ac4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./target/site/jacoco/jacoco.xml
files: ./target/site/jacoco/jacoco.xml
flags: unittests

trigger-dep-builds-v2:
Expand Down

0 comments on commit e4ac4f8

Please sign in to comment.