Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
ec8e88d
1
Parent(s):
8c4bd28
Add code coverage report
Browse files- pytest.ini +3 -0
- requirements-test.txt +2 -1
pytest.ini
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# pytest.ini
|
2 |
+
[pytest]
|
3 |
+
addopts = -vv --cov --cov-report html --cov-branch
|
requirements-test.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
pytest==7.1.3
|
|
|
|
1 |
+
pytest==7.1.3
|
2 |
+
pytest-cov==4.0.0
|