Skip to content

Commit

Permalink
codecov.yml: Ignore the extlib/ directory correctly.
Browse files Browse the repository at this point in the history
.github/workflows/codecov.yml: Remove gcov_ignore, since it didn't work
as expected.
  • Loading branch information
GerbilSoft committed Oct 28, 2023
1 parent ad4c15e commit 8cbf6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
gcov: true
gcov_ignore: extlib/
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- "extlib/"

0 comments on commit 8cbf6fa

Please sign in to comment.