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