projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use CSS for tests, gallery and docs
[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.