1# TODO(bcoe): re-enable coverage report comments, once we can figure out
2# how to make them more accurate for the Node.js project,
3# See: https://github.com/nodejs/node/issues/35759
4comment: false
5#  # Only show diff and files changed:
6#  layout: "diff, files"
7#  # Don't post if no changes in coverage:
8#  require_changes: true
9
10codecov:
11  branch: main
12  notify:
13    # Wait for all coverage builds:
14    after_n_builds: 2
15
16coverage:
17  status:
18    project: off
19    patch: off
20