Skip to content

Commit 3fef710

Browse files
committed
try fix coverage
1 parent 7541e95 commit 3fef710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
gcov --version
2323
pip install gcovr coverage
2424
fpm --version
25-
fpm test --profile debug --flag "-Wno-compare-reals -Wno-unused-dummy-argument --coverage -fprofile-abs-path" --verbose
25+
fpm test --profile debug --flag "-Wno-compare-reals -Wno-unused-dummy-argument --coverage -fprofile-abs-path -Wno-coverage-invalid-line-number" --verbose
2626
gcovr --filter src --cobertura-pretty --output coverage.xml
2727
2828
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)