node/codecov.yml
Michaël Zasso d918bf4720
tools: disable Codecov commit statuses
We don't want (yet?) to consider coverage as a requirement for
landing a pull request.

Refs: https://github.com/nodejs/node/pull/47285#issuecomment-1488892696
Refs: https://docs.codecov.com/docs/commit-status#disabling-a-status
PR-URL: https://github.com/nodejs/node/pull/47306
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2023-04-01 07:08:22 +00:00

20 lines
475 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:
after_n_builds: 2
coverage:
status:
project: off
patch: off