Skip to content

Commit

Permalink
Merge pull request #789 from apiaryio/honzajavorek/fix-exit-status-co…
Browse files Browse the repository at this point in the history
…de-coverage

Fix exit status for failing builds
  • Loading branch information
honzajavorek committed May 19, 2017
2 parents 41a12cb + d7dbcd8 commit e5544cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/coverage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh
# Runs tests and collects code coverage to ./cov.info file

set -e # aborts as soon as anything returns non-zero exit status


PROJECT_DIR=$(pwd -P)

Expand Down

0 comments on commit e5544cd

Please sign in to comment.