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 431f5ac commit 992c63eCopy full SHA for 992c63e
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
run: ./build/mo_unit_tests --abort
53
- name: Create coverage report
54
run: |
55
- lcov --directory . --capture --output-file coverage.info --ignore-errors: mismatch
+ lcov --directory . --capture --output-file coverage.info --ignore-errors mismatch
56
lcov --remove coverage.info '/usr/*' '*/tests/*' '*/ArduinoJson.h' --output-file coverage.info
57
lcov --list coverage.info
58
- name: Upload coverage reports to Codecov
0 commit comments