filter-repo (python3): convert run_coverage

Signed-off-by: Elijah Newren <newren@gmail.com>
This commit is contained in:
Elijah Newren 2019-04-26 18:09:21 -07:00
parent 6e78788feb
commit effcd5b9ff

View File

@ -21,8 +21,8 @@ export PYTHONPATH=$tmpdir:
ls t939*.sh | xargs -n 1 bash
cd $tmpdir
python-coverage combine
python-coverage html -d $orig_dir/report
python-coverage report -m
python3-coverage combine
python3-coverage html -d $orig_dir/report
python3-coverage report -m
cd $orig_dir
rm -rf $tmpdir