mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 18:57:32 +02:00
Fix coveralls command line
This commit is contained in:
@ -9,4 +9,4 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- make && make test
|
- make && make test
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls --include include --include src --gcov-options '\-lp'
|
- coveralls --exclude test --exclude third-party --gcov-options '\-lp'
|
Reference in New Issue
Block a user