Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 40c5d7d

Browse files
author
vakrilov
committed
test: add lcov reporter
1 parent 00630af commit 40c5d7d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ bundle-config-loader.js
3737
hooks
3838
.DS_Store
3939
.nyc_output
40-
40+
coverage
4141
!projectHelpers.spec.js

Diff for: .nycrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "@istanbuljs/nyc-config-typescript",
3-
"exclude": ["/demo/**"]
3+
"exclude": ["/demo/**"],
4+
"reporter": ["text", "lcov"]
45
}

0 commit comments

Comments
 (0)