Skip to content

Commit

Permalink
remove webhook from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
balopat committed Jun 7, 2019
1 parent 6cb1d51 commit 72f6e91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# we ignore packages and files indicating that it
# is either not possible or not strategically important
# to test these pieces with unittests and hence we can accept
# contributions without unittests in these areas

ignore:
# webhook is going to be replaced with a managed solution
- "webhook"
- "pkg/webhook"

0 comments on commit 72f6e91

Please sign in to comment.