Skip to content

Commit

Permalink
Add coverage xml report format to try to workaround coveralls action …
Browse files Browse the repository at this point in the history
…issue
  • Loading branch information
dalthviz committed Apr 25, 2024
1 parent 3238de7 commit e03addb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov-report=term-missing
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov-report=term-missing --cov-report=xml
empty_parameter_set_mark = fail_at_collect
filterwarnings =
error
Expand Down

0 comments on commit e03addb

Please sign in to comment.