5 lines
164 B
Bash
Executable file
5 lines
164 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Will push coverage info to coveralls. Should be ran from Travis, in the
|
|
# `after_script` section
|
|
|
|
$(npm bin)/coveralls < ./coverage/lcov.info
|