bcoin
bcoin copied to clipboard
fix: change shebangs in scripts and some shellcheck fixes
On some systems bash might not be necessarily inside /bin/bash
so changed to shebangs to /usr/bin/env bash
Also performed some shellcheck fixes.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
0c18028
) 70.41% compared to head (68e66ad
) 70.41%.
Additional details and impacted files
@@ Coverage Diff @@
## master #1176 +/- ##
=======================================
Coverage 70.41% 70.41%
=======================================
Files 174 174
Lines 27515 27515
=======================================
Hits 19376 19376
Misses 8139 8139
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.