projects
/
dygraphs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge pull request #693 from danvk/opt-size-check
[dygraphs.git]
/
scripts
/
post-coverage.sh
Commit
Line
Data
843b58d6
DV
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.