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>
This commit is contained in:
Benjamin Coe
2020-10-17 09:13:33 -07:00
parent db4ce85cb7
commit 7657f62b18
5 changed files with 82 additions and 9 deletions

2
.nycrc
View File

@@ -9,7 +9,7 @@
"reporter": [
"html",
"text",
"lcov"
"cobertura"
],
"lines": 95,
"branches": "93",