Skip to content

Commit

Permalink
chore: disable CodeCov coverage warnings in PR diff (fleaflet#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha authored Dec 12, 2023
1 parent 2edf168 commit 757cba8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
codecov:
require_ci_to_pass: true

coverage:
status:
project:
default:
# the required coverage value
target: 0%
threshold: 0%
# the leniency in hitting the target
threshold: 100%
# completely disable coverage warnings and the status check for changes
patch: off

ignore:
- "**/*.g.dart"
- "example"
- "benchmark"

comment: false
- "benchmark"

0 comments on commit 757cba8

Please sign in to comment.