We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1131f50 commit 6809d21Copy full SHA for 6809d21
.github/workflows/codecov.yaml
@@ -1,6 +1,11 @@
1
name: Code Coverage with codecov
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - v*-branch
8
+ - collab-*
9
schedule:
10
- cron: '25 06,18 * * *'
11
@@ -109,7 +114,7 @@ jobs:
109
114
ls -la
110
115
./scripts/twister \
111
116
-i --force-color -N -v --filter runnable -p ${{ matrix.platform }} --coverage \
112
- -T tests --coverage-tool gcovr -xCONFIG_TEST_EXTRA_STACK_SIZE=4096 -e nano \
117
+ -T tests/kernel/threads --coverage-tool gcovr -xCONFIG_TEST_EXTRA_STACK_SIZE=4096 -e nano \
113
118
--timeout-multiplier 2
119
120
- name: Print ccache stats
0 commit comments