Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit 54e648a

Browse files
committed
Updating Travis CI
Disconnecting Code Coverage from Tests
1 parent f7ee3e2 commit 54e648a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ node_js:
77

88
script:
99
- npm run lint
10-
- npm run test-and-coverage
10+
- npm run test-and-coverage
11+
12+
after_success:
13+
- cat ./coverage/lcov.info | codacy-coverage
14+
- codecov

0 commit comments

Comments
 (0)