Explorar el Código

Add coverage xml to CI output

master
David Winterbottom hace 13 años
padre
commit
60bd8dc1b0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      Makefile

+ 1
- 0
Makefile Ver fichero

@@ -21,6 +21,7 @@ ci:
21 21
 	python setup.py develop
22 22
 	pip install -r requirements.txt
23 23
 	./runtests.py --with-coverage --with-xunit
24
+	coverage xml
24 25
 	flake8 oscar | perl -ple "s/: /: [E] /" | grep -v migrations > violations.txt
25 26
 
26 27
 test:

Loading…
Cancelar
Guardar