We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f362c8a commit 31e01d9Copy full SHA for 31e01d9
.travis.yml
@@ -9,4 +9,4 @@ cache:
9
10
after_success:
11
- npm i -g coveralls
12
- - cat coverage/lcov.info | coveralls
+ - cat .coverage/lcov.info | coveralls
0 commit comments