Skip to content

Commit 992c63e

Browse files
committed
Fix compilation error VI
1 parent 431f5ac commit 992c63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: ./build/mo_unit_tests --abort
5353
- name: Create coverage report
5454
run: |
55-
lcov --directory . --capture --output-file coverage.info --ignore-errors: mismatch
55+
lcov --directory . --capture --output-file coverage.info --ignore-errors mismatch
5656
lcov --remove coverage.info '/usr/*' '*/tests/*' '*/ArduinoJson.h' --output-file coverage.info
5757
lcov --list coverage.info
5858
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)