simplify test config (#639)

This commit is contained in:
neverland
2018-02-12 16:16:57 +08:00
committed by GitHub
parent e1544fe919
commit e1123c4116
72 changed files with 23 additions and 3828 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ script:
npm run lint && npm run test
after_success:
- |
cat ./test/unit/coverage/lcov.info | ./node_modules/.bin/codecov
cat ./test/coverage/lcov.info | ./node_modules/.bin/codecov