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>
This commit is contained in:
Michaël Zasso 2023-04-01 09:08:22 +02:00 committed by GitHub
parent 39a08ee8b8
commit d918bf4720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,3 +12,8 @@ codecov:
notify: notify:
# Wait for all coverage builds: # Wait for all coverage builds:
after_n_builds: 2 after_n_builds: 2
coverage:
status:
project: off
patch: off