2020-10-25 15:51:05 +00:00
|
|
|
# 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
|
2020-10-17 16:13:33 +00:00
|
|
|
|
|
|
|
codecov:
|
2023-03-28 18:50:38 +00:00
|
|
|
branch: main
|
2020-10-17 16:13:33 +00:00
|
|
|
notify:
|
|
|
|
# Wait for all coverage builds:
|
|
|
|
after_n_builds: 2
|
2023-04-01 07:08:22 +00:00
|
|
|
|
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project: off
|
|
|
|
patch: off
|