node/codecov.yml
Yagiz Nizipli 992884a07f build: update codecov coverage build count
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>
2024-07-20 18:16:59 +00:00

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