Skip to content

Commit

Permalink
Do not include testing and directories in coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin committed Sep 13, 2016
1 parent afed622 commit c21b114
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
# limitations under the License.

[report]
omit = *contrib*
omit =
*contrib*
tests/*
scripts/*
dev/*

0 comments on commit c21b114

Please sign in to comment.