Files
openzeppelin-contracts/scripts/coverage.sh
Francisco Giordano 2a29f697bf Disable Travis in favor of Circle (#1866)
* replace readme badge

* remove travis config

* move to codecov

* add codecov config

* fix coverage running
2019-08-07 20:36:39 -03:00

8 lines
134 B
Bash
Executable File

#!/usr/bin/env bash
SOLIDITY_COVERAGE=true scripts/test.sh
if [ "$CI" = true ]; then
curl -s https://codecov.io/bash | bash -s
fi