Skip to content

Commit 97be842

Browse files
committed
Add configurations for Codecov
1 parent 8c041e9 commit 97be842

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
language: node_js
22
node_js:
33
- "6"
4+
after_success:
5+
- bash <(curl -s https://codecov.io/bash)

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
codecov:
2+
token: e66041b8-822e-4ac6-a64b-4ca65ef7f654

0 commit comments

Comments
 (0)