Sfoglia il codice sorgente

minor fix in Makefile: source is already set in the rc file

Dimitri Korsch 3 anni fa
parent
commit
7e355f22c9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -11,7 +11,7 @@ run_tests:
 	python -m unittest discover test/
 
 run_coverage:
-	@coverage run --source=pycs/ -m unittest discover test/
+	@coverage run -m unittest discover test/
 	coverage html
 	coverage report -m