Skip to content

Commit 5b7701d

Browse files
Ignore 3rd party deps (date.h) in code coverage.
1 parent f48b5c2 commit 5b7701d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
source .venv/bin/activate
172172
python3 scripts/cmake.py ${{ env.BUILD_TYPE }} ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} --warnings --coverage
173173
python3 scripts/tools/run_unit_tests.py ${{ env.BUILD_TYPE }}
174-
python3 scripts/tools/run_coverage.py ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} sdk
174+
python3 scripts/tools/run_coverage.py ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} sdk --extra_args=-e=sdk/src/datetime/date.h
175175
timeout-minutes: 5
176176
continue-on-error: true
177177
env:

0 commit comments

Comments
 (0)