There was an error while loading. Please reload this page.
1 parent dedb99f commit ab93a2aCopy full SHA for ab93a2a
1 file changed
.github/workflows/unit-tests.yml
@@ -30,3 +30,6 @@ jobs:
30
with:
31
runtime-path: extras/test/build/bin/testNmeaParser
32
coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}
33
+ coverage-exclude-paths: |
34
+ - '*/extras/test/*'
35
+ - '/usr/*'
0 commit comments