We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a9f2a commit 66f5d58Copy full SHA for 66f5d58
.github/workflows/ubuntu.yml
@@ -41,3 +41,11 @@ jobs:
41
vcs-file: dependencies.repos
42
target-path: target_ws/src
43
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