Skip to content

Commit 1379230

Browse files
committed
chore: add coverage report to coveralls
1 parent 57bda9a commit 1379230

File tree

4 files changed

+348
-1
lines changed

4 files changed

+348
-1
lines changed

.coveralls.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
repo_token: rETr3972NcHKzn5PvjcN28FYAOJOhnky0

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ script:
1212
- npm run test
1313

1414
after_script:
15-
- docker-compose down -v
15+
- docker-compose down -v
16+
17+
after_success: npm run coverage

0 commit comments

Comments
 (0)