Skip to content

Commit 66f5d58

Browse files
Update CI to push codecov report
1 parent 95a9f2a commit 66f5d58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ jobs:
4141
vcs-file: dependencies.repos
4242
target-path: target_ws/src
4343
target-args: --cmake-args -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=ON -DENABLE_CLANG_TIDY=ON -DENABLE_CODE_COVERAGE=ON
44+
45+
- name: CodeCov
46+
if: matrix.distro == 'noble'
47+
working-directory: target_ws
48+
run: |
49+
source install/setup.bash
50+
make -C ./build/boost_plugin_loader ccov-all
51+
bash <(curl -s https://codecov.io/bash) -t ec6ee46b-1f52-482c-82ef-1aaabc673f8d -s ./build/boost_plugin_loader -f *all-merged.info

0 commit comments

Comments
 (0)