Skip to content

Commit 6809d21

Browse files
committed
mod2
Signed-off-by: Anas Nashif <[email protected]>
1 parent 1131f50 commit 6809d21

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codecov.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Code Coverage with codecov
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
- v*-branch
8+
- collab-*
49
schedule:
510
- cron: '25 06,18 * * *'
611

@@ -109,7 +114,7 @@ jobs:
109114
ls -la
110115
./scripts/twister \
111116
-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 \
113118
--timeout-multiplier 2
114119
115120
- name: Print ccache stats

0 commit comments

Comments
 (0)