Nicco Kunzmann 2024-07-01 22:52:48 +01:00
rodzic dd78c64a8f
commit fe6f9c0b02
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -67,6 +67,7 @@ jobs:
uses: coverallsapp/github-action@v2
with:
parallel-finished: true
format: cobertura
deploy-tag-to-pypi:
# only deploy on tags, see https://stackoverflow.com/a/58478262/1320237

Wyświetl plik

@ -16,6 +16,7 @@ commands =
coverage run --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
coverage report
coverage html
coverage xml
[testenv:nopytz]
# install with dependencies
@ -34,6 +35,7 @@ commands =
coverage run --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
coverage report
coverage html
coverage xml
[testenv:docs]
deps =