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:
parent
39a08ee8b8
commit
d918bf4720
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user