kopia lustrzana https://github.com/collective/icalendar
Enable collection of branch coverage.
rodzic
6d94f5b276
commit
7ed1482a71
4
tox.ini
4
tox.ini
|
@ -13,7 +13,7 @@ deps =
|
|||
hypothesis
|
||||
pytz
|
||||
commands =
|
||||
coverage run --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
|
||||
coverage run --branch --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
|
||||
coverage report
|
||||
coverage html
|
||||
coverage xml
|
||||
|
@ -32,7 +32,7 @@ deps =
|
|||
hypothesis
|
||||
commands =
|
||||
rm -rf build # do not mess up import
|
||||
coverage run --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
|
||||
coverage run --branch --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
|
||||
coverage report
|
||||
coverage html
|
||||
coverage xml
|
||||
|
|
Ładowanie…
Reference in New Issue