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

Commit

Permalink
Fixed path to npm bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetCarpenter committed Oct 9, 2018
1 parent afcf3e5 commit 5f2d0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ export CODECOV_TOKEN=":uuid-repo-token"
# or
./node_modules/.bin/codecov --token=:token
# or
nyc report --reporter=text-lcov | ./node_modules/.bin/codecov --pipe
./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/codecov --pipe
```

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

0 comments on commit 5f2d0e6

Please sign in to comment.