Skip to content

Commit

Permalink
Update input for codecov action
Browse files Browse the repository at this point in the history
file input got renamed to files
  • Loading branch information
bjoernricks committed Jan 20, 2025
1 parent 4fb1a6a commit 095f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v5
with:
file: build/coverage/coverage.xml
files: build/coverage/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests

0 comments on commit 095f582

Please sign in to comment.