Skip to content

Commit

Permalink
tell coverage to omit python library sources
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed May 19, 2014
1 parent bbb90cb commit 8dc993d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# .coveragerc to control coverage.py
[run]
source=backend
omit = google_appengine/*,*/python2.7/*

0 comments on commit 8dc993d

Please sign in to comment.