Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bkille/BitLib
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed May 6, 2022
2 parents cae8b16 + de1c158 commit fa8e024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Run lcov
shell: bash -l {0}
run: |
lcov --directory CMakeFiles/tests.dir/src/unit-tests/ --gcov-tool /usr/bin/gcov-11 --output-file lcov.out --include "*bitlib*" -c
lcov --directory CMakeFiles/bitlib-tests.dir/src/unit-tests/ --gcov-tool /usr/bin/gcov-11 --output-file lcov.out --include "*bitlib*" -c
lcov -r lcov.out "*/usr/*" -r lcov.out "*_deps/*" -r lcov.out "*unit-tests*" -r lcov.out "*ext/*" -o lcov_filtered.out
#- name: Code Coverage Report
Expand Down

0 comments on commit fa8e024

Please sign in to comment.