We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c716ae8 commit 13980c0Copy full SHA for 13980c0
1 file changed
.github/workflows/rolling.yaml
@@ -30,22 +30,19 @@ jobs:
30
with:
31
package-name: easynav_gridmap_maps_manager
32
target-ros2-distro: rolling
33
- vcs-repo-file-url: ${GITHUB_WORKSPACE}/.github/thirdparty.repos
34
- skip-test: true
35
colcon-defaults: |
36
{
37
- "build": {
38
- "packages-up-to": true,
39
- "mixin": ["coverage-gcc"]
+ "test": {
+ "parallel-workers" : 1
40
}
41
+ colcon-mixin-name: coverage-gcc
42
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
43
-
44
- name: Codecov
45
uses: codecov/codecov-action@v5.4.0
46
47
files: ros_ws/lcov/total_coverage.info
48
flags: unittests
49
name: codecov-umbrella
50
# yml: ./codecov.yml
51
- fail_ci_if_error: false
+ fail_ci_if_error: false
0 commit comments