Skip to content

Commit 908e2f9

Browse files
committed
fix: code coverage reporting
1 parent fd702f3 commit 908e2f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.coverage

0 Bytes
Binary file not shown.

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py310, py311, py312, py313, pypy310, py314-full
2+
envlist = py310, py311, py312, py313
33

44
[testenv]
55
deps =
@@ -9,4 +9,4 @@ deps =
99
allowlist_externals = pytest
1010

1111
commands =
12-
pytest --cov --junitxml=coverage.xml
12+
pytest --cov --cov-report=xml

0 commit comments

Comments
 (0)