Skip to content

Commit

Permalink
fix: Replace deprecated CI parameter (#1144)
Browse files Browse the repository at this point in the history
#1138 replaced the `file` parameter with `files`, so we need also to
update it.
  • Loading branch information
denisonbarbosa authored Nov 25, 2024
2 parents f780197 + bd3a05d commit a741c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
file: ./coverage/codecov/Cobertura.xml
files: ./coverage/codecov/Cobertura.xml
token: ${{ secrets.CODECOV_TOKEN }}

adwatchd-tests:
Expand Down

0 comments on commit a741c4a

Please sign in to comment.