We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48b5c2 commit 5b7701dCopy full SHA for 5b7701d
.github/workflows/build.yml
@@ -171,7 +171,7 @@ jobs:
171
source .venv/bin/activate
172
python3 scripts/cmake.py ${{ env.BUILD_TYPE }} ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} --warnings --coverage
173
python3 scripts/tools/run_unit_tests.py ${{ env.BUILD_TYPE }}
174
- python3 scripts/tools/run_coverage.py ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} sdk
+ python3 scripts/tools/run_coverage.py ${{ env.COMPILER }} ${{ env.COMPILER_VERSION }} sdk --extra_args=-e=sdk/src/datetime/date.h
175
timeout-minutes: 5
176
continue-on-error: true
177
env:
0 commit comments