Skip to content

Commit caed2b6

Browse files
committed
Excluding the library director containing the SingleLinkedList as well as the cbor library
1 parent 46193a0 commit caed2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cd "$BUILD_PATH"
3939
sudo apt-get --assume-yes install lcov > /dev/null
4040
lcov --directory . --capture --output-file coverage.info
41-
lcov --quiet --remove coverage.info '*/extras/test/*' '/usr/*' --output-file coverage.info
41+
lcov --quiet --remove coverage.info '*/extras/test/*' '/usr/*' '*/src/cbor/lib/*' --output-file coverage.info
4242
lcov --list coverage.info
4343
4444
- name: Upload coverage report to Codecov

0 commit comments

Comments
 (0)