Skip to content

Commit

Permalink
Try standard unittest for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
PanPip committed Jun 12, 2020
1 parent 55815ef commit 7a64018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rm -fR cover/
coverage erase

# Discover and run all tests
coverage run --concurrency=multiprocessing ./scripts/run_tests.py discover -v -b
coverage run --concurrency=multiprocessing -m unittest discover -v -b

coverage combine
res_combine=$?
Expand Down

0 comments on commit 7a64018

Please sign in to comment.