Skip to content

Commit c6fb603

Browse files
committed
add .coveragerc
update pytest.ini
1 parent 6dc045d commit c6fb603

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.coveragerc

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[run]
2+
omit =
3+
*__init__.py,
4+
*apps.py,
5+
*tests.py,
6+
*/migrations/*,
7+
*settings*,
8+
*tests/*,
9+
*urls.py,
10+
*env/*,
11+
*venv/*

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[pytest]
22
addopts=--cov
33
#Uncomment below line to save coverage report to htmlcov/ folder
4-
#addopts=--cov=flashlearn/ --cov-report=html
4+
#addopts=--cov=./ --cov-report=html

0 commit comments

Comments
 (0)