Skip to content

Commit 13980c0

Browse files
committed
update ci
1 parent c716ae8 commit 13980c0

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/rolling.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,19 @@ jobs:
3030
with:
3131
package-name: easynav_gridmap_maps_manager
3232
target-ros2-distro: rolling
33-
vcs-repo-file-url: ${GITHUB_WORKSPACE}/.github/thirdparty.repos
34-
skip-test: true
3533
colcon-defaults: |
3634
{
37-
"build": {
38-
"packages-up-to": true,
39-
"mixin": ["coverage-gcc"]
35+
"test": {
36+
"parallel-workers" : 1
4037
}
4138
}
39+
colcon-mixin-name: coverage-gcc
4240
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
43-
4441
- name: Codecov
4542
uses: codecov/codecov-action@v5.4.0
4643
with:
4744
files: ros_ws/lcov/total_coverage.info
4845
flags: unittests
4946
name: codecov-umbrella
5047
# yml: ./codecov.yml
51-
fail_ci_if_error: false
48+
fail_ci_if_error: false

0 commit comments

Comments
 (0)