Files
ArduinoJson/extras/ci/coverage.sh
2019-09-03 15:11:05 +02:00

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'