Skip to content

Commit

Permalink
remove coverage tests/*
Browse files Browse the repository at this point in the history
  • Loading branch information
injae committed Dec 31, 2023
1 parent fa101ae commit c0989a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
apt-get install -y lcov
lcov --directory . --capture --output-file coverage.info --rc lcov_branch_coverage=1 # capture coverage info
lcov --remove coverage.info '/usr/*' --output-file coverage.info --rc lcov_branch_coverage=1 # filter out system
lcov --remove coverage.info './tests/*' --output-file coverage.info --rc lcov_branch_coverage=1 # filter out tests
lcov --list coverage.info --rc lcov_branch_coverage=1 # debug info
- name: Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit c0989a1

Please sign in to comment.