kopia lustrzana https://github.com/collective/icalendar
coverage xml
see https://github.com/collective/icalendar/actions/runs/9751493239/job/26913191286?pr=678#step:6:78pull/678/head
rodzic
dd78c64a8f
commit
fe6f9c0b02
|
@ -67,6 +67,7 @@ jobs:
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
with:
|
with:
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
|
format: cobertura
|
||||||
|
|
||||||
deploy-tag-to-pypi:
|
deploy-tag-to-pypi:
|
||||||
# only deploy on tags, see https://stackoverflow.com/a/58478262/1320237
|
# only deploy on tags, see https://stackoverflow.com/a/58478262/1320237
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -16,6 +16,7 @@ commands =
|
||||||
coverage run --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
|
coverage run --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
|
||||||
coverage report
|
coverage report
|
||||||
coverage html
|
coverage html
|
||||||
|
coverage xml
|
||||||
|
|
||||||
[testenv:nopytz]
|
[testenv:nopytz]
|
||||||
# install with dependencies
|
# install with dependencies
|
||||||
|
@ -34,6 +35,7 @@ commands =
|
||||||
coverage run --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
|
coverage run --source=src/icalendar --omit=*/tests/hypothesis/* --omit=*/tests/fuzzed/* --module pytest []
|
||||||
coverage report
|
coverage report
|
||||||
coverage html
|
coverage html
|
||||||
|
coverage xml
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
deps =
|
deps =
|
||||||
|
|
Ładowanie…
Reference in New Issue