Skip to content

Commit fa8e024

Browse files
committed
Merge branch 'master' of github.com:bkille/BitLib
2 parents cae8b16 + de1c158 commit fa8e024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Run lcov
7777
shell: bash -l {0}
7878
run: |
79-
lcov --directory CMakeFiles/tests.dir/src/unit-tests/ --gcov-tool /usr/bin/gcov-11 --output-file lcov.out --include "*bitlib*" -c
79+
lcov --directory CMakeFiles/bitlib-tests.dir/src/unit-tests/ --gcov-tool /usr/bin/gcov-11 --output-file lcov.out --include "*bitlib*" -c
8080
lcov -r lcov.out "*/usr/*" -r lcov.out "*_deps/*" -r lcov.out "*unit-tests*" -r lcov.out "*ext/*" -o lcov_filtered.out
8181
8282
#- name: Code Coverage Report

0 commit comments

Comments
 (0)