Skip to content

Commit

Permalink
misc: codecov input file was renamed to files
Browse files Browse the repository at this point in the history
  • Loading branch information
AMS21 committed Feb 17, 2025
1 parent 65c9bdd commit aecde36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CodeCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Upload coverage data
uses: codecov/codecov-action@v5
with:
file: ./build/coverage.xml
files: ./build/coverage.xml
flags: ${{ runner.os }},${{ matrix.compiler }}
name: ${{ runner.os }}-${{ matrix.compiler }}
fail_ci_if_error: true
Expand Down

0 comments on commit aecde36

Please sign in to comment.