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

Commit b3e5651

Browse files
author
Steve Peak
committed
Update README.md
1 parent ea77764 commit b3e5651

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,11 @@ istanbul cover test.js
6666

6767
[devdepstat-url]: https://david-dm.org/codecov/codecov-node#info=devDependencies
6868
[devdepstat-image]: https://img.shields.io/david/dev/codecov/codecov-node/master.svg
69+
70+
**With NYC**
71+
72+
```
73+
nyc npm test
74+
nyc report --reporter=text-lcov > coverage.lcov
75+
./node_modules/.bin/codecov
76+
```

0 commit comments

Comments
 (0)