Skip to content

Commit

Permalink
Let's try this...
Browse files Browse the repository at this point in the history
  • Loading branch information
baronvonvaderham committed May 3, 2020
1 parent f65091a commit e59858c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .coveragerc to control coverage.py
[run]
source = CardboardCube
omit =
*tests*
*migrations*
*settings/*
*wsgi.py
*manage.py
*celery_app.py
*test_*
*fixtures/*
*urls.py
*__init__.py
*apps.py
*home/*
3 changes: 2 additions & 1 deletion CardboardCube/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# .coveragerc to control coverage.py
[run]
source = ../CardboardCube
source = CardboardCube
omit =
*tests*
*migrations*
Expand All @@ -13,3 +13,4 @@ omit =
*urls.py
*__init__.py
*apps.py
*home/*

0 comments on commit e59858c

Please sign in to comment.