Files
ArduinoJson/scripts/travis/coverage.sh
2019-02-28 17:33:24 +01:00

9 lines
169 B
Bash
Executable File

#!/bin/sh -eux
cmake -DCOVERAGE=true .
make
make test
pip install --user cpp-coveralls 'requests[security]'
coveralls --exclude third-party --gcov-options '\-lp'; fi