Analyse code coverage in tests

By analysing the code coverage in the test files, we can make sure that we do not accidentially remove a test
and that all test code actually is used
pull/603/head
Nicco Kunzmann 2024-03-18 17:41:02 +00:00
rodzic 7db6b37f25
commit 8f377be9e3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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