Merge pull request #674 from danvk/module
[dygraphs.git] / scripts / post-coverage.sh
diff --git a/scripts/post-coverage.sh b/scripts/post-coverage.sh
new file mode 100755 (executable)
index 0000000..e3aaf50
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+cat coverage/lcov.info | ./node_modules/.bin/coveralls
+
+echo ''  # reset exit code -- failure to post coverage shouldn't be an error.