File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ after_script:
1616 - npm run coverage
1717 - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
1818 - bash <(curl -s https://codecov.io/bash) -f coverage/lcov.info
19+ - npm run coverage
1920after_success :
2021 - echo "Preparing to upload to GitHub"
2122 - git config --global user.email "travis@travis-ci.org"
Original file line number Diff line number Diff line change 1010 "testonly" : " nyc --reporter=lcov mocha" ,
1111 "test-with-coverage" : " istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec" ,
1212 "codecov" : " codecov" ,
13- "coverage" : " type coverage/lcov.info | codacy-coverage --username codemastermick --projectName dicewerx" ,
13+ "coverage" : " cat coverage/lcov.info | codacy-coverage --username codemastermick --projectName dicewerx" ,
1414 "compile:docs" : " typedoc --out ./docs/ ./src/ && echo off >> ./docs/.nojekyll" ,
1515 "publish:docs" : " git add . && git commit -m \" chore: regenerate docs [ci skip]\" && git push" ,
1616 "docs" :" npm run compile:docs && npm run publish:docs" ,
You can’t perform that action at this time.
0 commit comments