Skip to content

Commit

Permalink
Don't test for coverage on 'gcloud/_apitools' by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Oct 16, 2015
1 parent b8b2766 commit ad1ab44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ omit =
*/demo/*
*/demo.py
*/_generated/*.py
# Exclude the forked code until tests are complete.
*/_apitools/*.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down

0 comments on commit ad1ab44

Please sign in to comment.