Skip to content

Commit f0361bb

Browse files
author
Rebecca Lovewell
committed
Add .coveragerc file
1 parent 23e3028 commit f0361bb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[run]
2+
source = pycon,symposion
3+
omit = */tests/*,*/migrations/*,*/wsgi.py,*/tests.py,*/settings/*

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ pycon/settings/local.py
1212
site_media
1313
.ropeproject/
1414
program_export/
15+
.coverage
16+
htmlcov/

0 commit comments

Comments
 (0)