Skip to content

Commit

Permalink
Fix syntax for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Dec 21, 2024
1 parent 288aa4d commit 7fdfec1
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 @@ -744,7 +744,7 @@ jobs:
uses: codecov/codecov-action@v5
with:
directory: build/lcov/data/capture
files: all_targets.info
files: ./all_targets.info
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
fail_ci_if_error: true
Expand Down

0 comments on commit 7fdfec1

Please sign in to comment.