mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
992884a07f
PR-URL: https://github.com/nodejs/node/pull/53929 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
24 lines
658 B
YAML
24 lines
658 B
YAML
# TODO(bcoe): re-enable coverage report comments, once we can figure out
|
|
# how to make them more accurate for the Node.js project,
|
|
# See: https://github.com/nodejs/node/issues/35759
|
|
comment: false
|
|
# # Only show diff and files changed:
|
|
# layout: "diff, files"
|
|
# # Don't post if no changes in coverage:
|
|
# require_changes: true
|
|
|
|
codecov:
|
|
branch: main
|
|
notify:
|
|
# Wait for all coverage builds:
|
|
# - coverage-linux.yml
|
|
# - coverage-windows.yml
|
|
# - coverage-linux-without-intl.yml
|
|
after_n_builds: 3
|
|
|
|
coverage:
|
|
# Useful for blocking Pull Requests that don't meet a particular coverage threshold.
|
|
status:
|
|
project: off
|
|
patch: off
|