summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 462fb1e79f8b5b35c23ac0c302b121ab807596c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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:
  notify:
    # Wait for all coverage builds:
    after_n_builds: 2