Sign in
◑
Theme
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
7c8e950e90a7fd1c09bb3512fc2aa8874a1dd3cd
/
.
/
js
/
private
/
coverage
/
coverage.sh.tpl
blob: f19027b767d7161de7d4de6f5fb1c30452b84ecb [
file
]
#!/usr/bin/env bash
{{
rlocation_function
}}
set
-
o pipefail
-
o errexit
-
o nounset
node
=
"$(rlocation {{node}})"
entry_point
=
"$(rlocation {{entry_point}})"
"$node"
"$entry_point"