summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorBenjamin Coe <bencoe@google.com>2020-10-17 09:13:33 -0700
committerBenjamin Coe <bencoe@google.com>2020-10-21 19:41:08 -0700
commit7657f62b1810b94acbe7db68089b608213b34749 (patch)
tree8f0d56b731fc61b37235ec9dbcc48fb7a74902ee /codecov.yml
parentdb4ce85cb7213c48384e371f4c53862f0af1022d (diff)
downloadnode-new-7657f62b1810b94acbe7db68089b608213b34749.tar.gz
test: add windows and C++ coverage
Collect Windows and C++ coverage. Configure codecov so that comments are more concise and are only left when coverage varies. PR-URL: https://github.com/nodejs/node/pull/35670 Fixes: https://github.com/nodejs/node/issues/35696 Refs: https://github.com/nodejs/node/pull/35653 Refs: https://github.com/nodejs/node/issues/35646 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000000..9808848a48
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,10 @@
+comment:
+ # 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