Skip to content

Commit

Permalink
Ignore examples/ path when searching for coverage report (#1937)
Browse files Browse the repository at this point in the history
* Ignore `examples/` path when searching for coverage report

* Disable search instead

* Typo
  • Loading branch information
mattwthompson committed Sep 13, 2024
1 parent c84b321 commit 382a3e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,5 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
disable_search: true
fail_ci_if_error: true

0 comments on commit 382a3e8

Please sign in to comment.