Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.nycrc
diff options
context:
space:
mode:
authorBenjamin Coe <bencoe@google.com>2020-10-17 19:13:33 +0300
committerBenjamin Coe <bencoe@google.com>2020-10-22 05:41:08 +0300
commit7657f62b1810b94acbe7db68089b608213b34749 (patch)
tree8f0d56b731fc61b37235ec9dbcc48fb7a74902ee /.nycrc
parentdb4ce85cb7213c48384e371f4c53862f0af1022d (diff)
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 '.nycrc')
-rw-r--r--.nycrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.nycrc b/.nycrc
index 6192a73a77b..42aad37414a 100644
--- a/.nycrc
+++ b/.nycrc
@@ -9,7 +9,7 @@
"reporter": [
"html",
"text",
- "lcov"
+ "cobertura"
],
"lines": 95,
"branches": "93",