Skip to content

Commit

Permalink
Fix script on using node-tap with codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tsekityam authored and isaacs committed Mar 5, 2022
1 parent 3a0e81c commit 28d2d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/coverage/index.md
Expand Up @@ -77,7 +77,7 @@ following:
{
"scripts": {
"test": "tap",
"posttest": "tap --coverage-report=text-lcov | codecov"
"posttest": "tap --coverage-report=text-lcov | codecov --pipe"
}
}
```
Expand Down

0 comments on commit 28d2d03

Please sign in to comment.