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 9f0a969 commit 5fb41ceCopy full SHA for 5fb41ce
.github/workflows/cmake_ubuntu.yml
@@ -55,3 +55,6 @@ jobs:
55
working-directory: ${{github.workspace}}/build
56
run: ./tests/behaviortree_cpp_test
57
58
+ - name: Upload coverage reports to Codecov
59
+ uses: codecov/codecov-action@v3
60
+
0 commit comments