coverage.sh 134 B

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