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

Commit 5f2d0e6

Browse files
Fixed path to npm bin folder
1 parent afcf3e5 commit 5f2d0e6

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
@@ -37,7 +37,7 @@ export CODECOV_TOKEN=":uuid-repo-token"
3737
# or
3838
./node_modules/.bin/codecov --token=:token
3939
# or
40-
nyc report --reporter=text-lcov | ./node_modules/.bin/codecov --pipe
40+
./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/codecov --pipe
4141
```
4242

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

0 commit comments

Comments
 (0)