Skip to content

Commit

Permalink
Allow 0% coverage on Codecov patch (mautic#9423)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisameling authored Nov 20, 2020
1 parent 18af82c commit 9639f2b
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
Expand Up @@ -2,3 +2,12 @@ comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: true

coverage:
status:
patch:
default:
# PRs against files that have 0% coverage can remain
# at 0% coverage, as long as the project's total
# coverage (e.g. 36%) doesn't decrease.
target: 0%

0 comments on commit 9639f2b

Please sign in to comment.