Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6b08eb3

Browse files
committed
Merge pull request#4 from jamestalmage/html-report
generate HTML coverage.
2 parents5eb3787 +605a91a commit6b08eb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
lib
33
.nyc_output
44
node_modules
5+
coverage

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"coverage":"nyc --reporter text-lcov --require babel-core/register mocha | coveralls",
1010
"prepublish":"npm run build",
1111
"pretest":"standard ./src/*.js",
12-
"test":"nyc --require babel-core/register mocha"
12+
"test":"nyc --reporter lcov --reporter text --require babel-core/register mocha"
1313
},
1414
"repository": {
1515
"type":"git",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp