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 0df88b8 commit 6392d2cCopy full SHA for 6392d2c
.travis.yml
@@ -14,6 +14,8 @@ before_script:
14
15
after_script:
16
- npm run coverage
17
+ - npm run check-coverage
18
+ - npm run update-coveralls
19
20
notifications:
21
email:
docker-compose.yml
@@ -25,4 +25,4 @@ coverage:
25
- redis
26
- postgres:pg
27
working_dir: /usr/src/miniprofiler
28
- command: bash -c "npm run mocha-coverage && npm run check-coverage && npm run update-coveralls"
+ command: npm run mocha-coverage
0 commit comments