Skip to content

Commit

Permalink
coverage xml
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jul 1, 2024
1 parent dd78c64 commit fe6f9c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 =
Expand Down

0 comments on commit fe6f9c0

Please sign in to comment.