node/codecov.yml
Benjamin E. Coe fce923ba69
build: update gcovr to 7.2 and codecov config
PR-URL: https://github.com/nodejs/node/pull/54019
Backport-PR-URL: https://github.com/nodejs/node/pull/57565
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
2025-03-26 00:40:30 +00:00

18 lines
393 B
YAML

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:
status:
project: off
patch: off