Skip to content

Commit

Permalink
Fix the syntax in the codecov job.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Dec 21, 2024
1 parent 11065cb commit f542e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v5
with:
file: ./build/lcov/data/capture/all_targets.info
files: ./build/lcov/data/capture/all_targets.info
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
fail_ci_if_error: true
Expand Down

0 comments on commit f542e55

Please sign in to comment.