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

Commit bf0c751

Browse files
added documentation
1 parent 9445f72 commit bf0c751

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Repo tokens are necessary to distinguish your repository from others. You can fi
3636
export CODECOV_TOKEN=":uuid-repo-token"
3737
# or
3838
./node_modules/.bin/codecov --token=:token
39+
# or
40+
nyc report --reporter=text-lcov | ./node_modules/.bin/codecov --pipe
3941
```
4042

4143
#### [Istanbul](https://github.com/gotwarlost/istanbul)

0 commit comments

Comments
 (0)