Skip to content

Commit

Permalink
Omit site packages from the coverage reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Roesslein committed Dec 1, 2014
1 parent cfc734a commit a29d2d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[run]
source = tweepy

[report]
omit =
*/python?.?/*
*/site-packages/*

0 comments on commit a29d2d5

Please sign in to comment.