omit tests in coverage

pull/140/head
Johannes Raggam 2014-06-02 23:38:35 +02:00
rodzic 78b8de9234
commit d57ca467d6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,6 +7,6 @@ deps =
coverage
icalendar [test]
commands =
coverage run --source=src/icalendar --module pytest src/icalendar
coverage run --source=src/icalendar --omit=*/tests/* --module pytest src/icalendar
coverage report
coverage html