Skip to content

Commit e230568

Browse files
committed
chore(ci): add codecov integration to Travis
1 parent 5a75310 commit e230568

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ jobs:
8787
dist: bionic
8888
name: coverage
8989
python: 3.8
90+
install:
91+
- pip3 install tox codecov
9092
script:
91-
- pip3 install tox
9293
- tox -e cover
94+
after_success:
95+
- codecov
9396
allow_failures:
9497
- env: GITLAB_TAG=nightly

0 commit comments

Comments
 (0)