Skip to content

Commit f459a3d

Browse files
authored
Fix coverage reporting
1 parent 866f0f3 commit f459a3d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include MANIFEST.in
2+
include README.md CONTRIBUTING.rst requirements.txt

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ deps =
1414
delayed-assert
1515
pytest
1616
pytest-cov
17-
commands = pytest --cov={envsitepackagesdir}/reportportal_client --cov-report=xml tests/ -s -vv
17+
commands = pytest --cov=reportportal_client --cov-report=xml tests/ -s -vv
1818

1919
[testenv:pep]
2020
skip_install = True

0 commit comments

Comments
 (0)