Skip to content

Commit

Permalink
remove coverage tests/*.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
injae committed Jan 1, 2024
1 parent c0989a1 commit 5006158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +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 --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
5 changes: 0 additions & 5 deletions tests/catch_main.cpp

This file was deleted.

0 comments on commit 5006158

Please sign in to comment.