Skip to content

Commit a19812a

Browse files
committed
add patch coverage check
1 parent b56a34b commit a19812a

5 files changed

Lines changed: 4 additions & 6 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

codecov.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ coverage:
2626
default:
2727
# Compare against the base branch automatically
2828
target: auto
29-
3029
# Allow a small coverage drop tolerance
3130
threshold: 0.02%
32-
patch: off
33-
# patch: # PR coverage/patch UI
34-
# default:
35-
# # No minimum requirement for changed-line coverage
36-
# target: 0%
31+
# patch: off
32+
patch: # PR coverage/patch UI
33+
default:
34+
target: 60%

0 commit comments

Comments
 (0)