Skip to content

Commit

Permalink
coverage failure is not a test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Mar 4, 2015
1 parent 1729fd7 commit dbb887e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/post-coverage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
# Generate code coverage and post it to Coveralls.
set -o errexit
set -x

# Generate LCOV data for the bundled tests
Expand All @@ -11,3 +10,5 @@ grunt coverage
build/tests.map \
build/bundled.lcov \
| ./node_modules/.bin/coveralls

echo '' # reset last exit code

0 comments on commit dbb887e

Please sign in to comment.