mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 16:14:05 +01:00
10 lines
163 B
Bash
Executable File
10 lines
163 B
Bash
Executable File
#!/bin/sh -eux
|
|
|
|
cmake -DCOVERAGE=true .
|
|
make
|
|
make test
|
|
|
|
pip install --user cpp-coveralls 'requests[security]'
|
|
pwd
|
|
coveralls --include 'src' --gcov-options '\-lp'
|