Skip to content

Commit

Permalink
run coveralls only at Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed Jul 16, 2020
1 parent e64798b commit 12147b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/test.sh
Expand Up @@ -7,7 +7,9 @@ cd $BUILD_DIRECTORY
if [[ $TEST == "API" ]]; then
flake8 .
pytest -v tests/ --cov=m2cgen/ --ignore=tests/e2e/
coveralls
if [[ $TRAVIS == "true" ]]; then
coveralls
fi
fi

if [[ $TEST == "E2E" ]]; then
Expand Down

0 comments on commit 12147b7

Please sign in to comment.