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 145cc0a commit ada66e4Copy full SHA for ada66e4
.github/workflows/ci.yml
@@ -56,6 +56,7 @@ jobs:
56
uses: codecov/test-results-action@v1
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
59
+ fail_ci_if_error: true
60
- name: run examples
61
run: ./run_examples.sh "192.168.56.101" 1
62
- name: install gcovr
0 commit comments