chore: add codecov command to travis.yml

This commit is contained in:
jrgarciadev 2021-04-26 22:15:40 -03:00
parent f5f4004e88
commit 6aa1618c66
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
codecov:
require_ci_to_pass: yes
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
branches:
- "main"

View File

@ -24,4 +24,4 @@ scripts:
- yarn run build
after_success:
- codecov -f coverage/*.json
- bash <(curl -s https://codecov.io/bash)