forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
19 lines (17 loc) · 480 Bytes
/
Copy pathcodecov.yml
File metadata and controls
19 lines (17 loc) · 480 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
comment:
# Only show diff and files changed:
layout: diff, files
# Don't post if no changes in coverage:
require_changes: true
codecov:
notify:
# Wait for all coverage builds:
# - coverage-linux.yml
# - coverage-windows.yml [manually disabled see #50489]
# - coverage-linux-without-intl.yml
after_n_builds: 2
coverage:
# Useful for blocking Pull Requests that don't meet a particular coverage threshold.
status:
project: off
patch: off