Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 2a0e4ac

Browse files
authored
Merge pull request #275 from is2ei/274-update-nyc-example
#274 Updated nyc example in README
2 parents 236bba8 + 9d518b0 commit 2a0e4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ istanbul cover test.js
8585

8686
```
8787
nyc npm test
88-
nyc report --reporter=text-lcov > coverage.lcov
88+
nyc report --reporter=lcov
8989
./node_modules/.bin/codecov
9090
```
9191

0 commit comments

Comments
 (0)