Skip to content

Commit c0338a8

Browse files
authored
Don't use .cache for coverage
1 parent 7eafe98 commit c0338a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ deps=wheel
2020
addopts=--tb=short --cov=dice --ignore=setup.py
2121

2222
[coverage:run]
23-
data_file=.cache/coverage_data
2423
omit =
2524
dice/tests/conftest.py
2625
dice/__main__.py
@@ -33,4 +32,3 @@ exclude_lines=
3332

3433
[coverage:html]
3534
title=python-dice coverage report
36-
directory=.cache/coverage

0 commit comments

Comments
 (0)