Skip to content

Commit

Permalink
Add coverage exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
guanana committed Oct 27, 2021
1 parent d544a25 commit 8d08254
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[run]
omit =
# Omit templates
*/templates/*
# Omit static
*/static/*
# Omit migrations
*/migrations/*

0 comments on commit 8d08254

Please sign in to comment.