Sign in
◑
Theme
gerrit
/
bazlets
/
cb287a2a3cfc68dc76873bdeb65758f2337057df
/
.
/
tools
/
eclipse
/
test_project_coverage
blob: fa3e819db2f570930bbe77f0afd3f5ba8487358a [
file
]
#!/bin/bash
COVERAGE
=
"python3 -m coverage"
$COVERAGE run
--
branch
--
include
=
project
.
py test_project
.
py
$COVERAGE html