Skip to content

Commit d2be001

Browse files
committed
adding code coverage to ci
1 parent 9a7953b commit d2be001

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Filter out system and test code
3535
run: |
36-
lcov --remove coverage.info 'tests/*' '/usr/*' 'test-library*' --output-file coverage.info
36+
lcov --remove coverage.info 'tests/*' '/usr/*' 'companders_fulltest*' --output-file coverage.info
3737
3838
- name: List coverage info
3939
run: |

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ Finally, it can be in some systems that we can't turn off the audio input sourc
202202
* 1.0.1 3 Sep 2012 -- original release in github
203203

204204
## License
205+
205206
See attached LICENSE.txt file (OSI approved BSD 2.0)
206207

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

0 commit comments

Comments
 (0)