Browse Source

fixed coverage for eventlet concurrency

Dimitri Korsch 3 years ago
parent
commit
09b3727dd4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -11,7 +11,8 @@ run_tests:
 	python -m unittest discover tests/
 
 run_coverage:
-	@coverage run -m unittest discover tests/
+	@coverage run --omit PipelineTests -m unittest discover tests/
+	@coverage run --concurrency=eventlet --append -m unittest tests.PipelineTests
 	coverage html
 	coverage report -m