Skip to content

Commit e03addb

Browse files
committed
Add coverage xml report format to try to workaround coveralls action issue
1 parent 3238de7 commit e03addb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov-report=term-missing
2+
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov-report=term-missing --cov-report=xml
33
empty_parameter_set_mark = fail_at_collect
44
filterwarnings =
55
error

0 commit comments

Comments
 (0)