Skip to content

Commit

Permalink
Add codecov based for search repo (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao authored and Hans Adriaans committed Jun 30, 2022
1 parent 7b30407 commit c1aa47b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions search/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ python:
install:
- pip3 install -r requirements.txt
- pip3 install mypy
- pip3 install codecov
script:
- make test
after_success:
- codecov
deploy:
provider: pypi
user: amundsen-dev
Expand Down

0 comments on commit c1aa47b

Please sign in to comment.