Selaa lähdekoodia

Correct coverage

Denis K 9 vuotta sitten
vanhempi
commit
d4f0af7e42
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -20,7 +20,7 @@ install:
   - pip install . --use-mirrors
   - pip install coveralls
 script:
-  - coverage run manage.py test jet
+  - coverage run --source=jet --omit=*/migrations/*,*/south_migrations/*,*/tests/* manage.py test jet
 after_success:
   - coverage report
   - coveralls