Skip to content

Commit 28aaa42

Browse files
committed
Use --preserve-paths for gcov and fix gcov_include
1 parent b91087b commit 28aaa42

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ jobs:
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
gcov_ignore: pythoncapi_compat.h
86-
gcov_include: fmt.c
87-
gmp.c
88-
libzz/zz.c
89-
utils.c
90-
gcov_args: --no-external
86+
gcov_include: '*.c, libzz/*.c'
87+
gcov_args: --no-external --preserve-paths
9188
fail_ci_if_error: true

0 commit comments

Comments
 (0)