Parcourir la source

fixed coverage for eventlet concurrency

Dimitri Korsch il y a 3 ans
Parent
commit
09b3727dd4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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