Merge pull request #603 from niccokunzmann/refactor-test-7

Analyse code coverage in tests
pull/606/head^2
Jaca 2024-03-26 10:12:33 +01:00 zatwierdzone przez GitHub
commit f48388b5b1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -26,6 +26,7 @@ Bug fixes:
Minor changes:
- Analyse code coverage of test files
- Added corpus to fuzzing directory
- Added exclusion of fuzzing corpus in MANIFEST.in
- Augmented fuzzer to optionally convert multiple calendars from a source string

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