Skip to content

Commit 925c367

Browse files
committed
Attempt to add more coverage info
1 parent 2e651da commit 925c367

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/coverage-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ jobs:
3232
colcon-defaults: |
3333
{
3434
"build": {
35-
"mixin": ["coverage-gcc", "coverage-pytest"]
35+
"mixin": ["coverage-gcc", "coverage-pytest", "debug"],
36+
"cmake-args": [
37+
"-DUR_ROBOT_DRIVER_BUILD_INTEGRATION_TESTS=ON",
38+
]
3639
},
3740
"test": {
3841
"mixin": ["coverage-pytest"]

0 commit comments

Comments
 (0)