Yurii Paniv commited on
Commit
ec8e88d
1 Parent(s): 8c4bd28

Add code coverage report

Browse files
Files changed (2) hide show
  1. pytest.ini +3 -0
  2. 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