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

Commitd127b9c

Browse files
ci: uselcovonly reporter for thetest-ci script (#584)
Co-authored-by: Jon Church <me@jonchurch.com>
1 parentd0bf2be commitd127b9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎package.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"scripts": {
4545
"lint":"eslint .",
4646
"test":"mocha --reporter spec --check-leaks test/",
47-
"test-ci":"nyc --reporter=lcov --reporter=text npm test",
47+
"test-ci":"nyc --reporter=lcovonly --reporter=text npm test",
48+
4849
"test-cov":"nyc --reporter=html --reporter=text npm test"
4950
}
5051
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp