Skip to content

Commit

Permalink
adding code coverage to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
deftio committed Aug 9, 2024
1 parent 9a7953b commit d2be001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Filter out system and test code
run: |
lcov --remove coverage.info 'tests/*' '/usr/*' 'test-library*' --output-file coverage.info
lcov --remove coverage.info 'tests/*' '/usr/*' 'companders_fulltest*' --output-file coverage.info
- name: List coverage info
run: |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Finally, it can be in some systems that we can't turn off the audio input sourc
* 1.0.1 3 Sep 2012 -- original release in github

## License

See attached LICENSE.txt file (OSI approved BSD 2.0)

Copyright (c) 2001-2024, M. A. Chatterjee < deftio at deftio dot com >
Expand Down

0 comments on commit d2be001

Please sign in to comment.