Tests for 0 coordinate in selection drawing and lengend generation.
[dygraphs.git] / scripts / post-coverage.sh
1 #!/bin/bash
2 cat coverage/lcov.info | ./node_modules/.bin/coveralls
3
4 echo '' # reset exit code -- failure to post coverage shouldn't be an error.