Skip to content

Commit ab93a2a

Browse files
authored
Fix: lcov fails when coverage-exclude-path argument does not exist. (#77)
1 parent dedb99f commit ab93a2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030
with:
3131
runtime-path: extras/test/build/bin/testNmeaParser
3232
coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}
33+
coverage-exclude-paths: |
34+
- '*/extras/test/*'
35+
- '/usr/*'

0 commit comments

Comments
 (0)