Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Ensure correct CI test exit status code #89

Merged
merged 6 commits into from
Jan 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/nodeTests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
./node_modules/.bin/nyc --reporter=text --reporter=json node test/index.js
node test/index.js || exit 1
bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json -n node