Commit 70b247d5 authored by Tamika Tannis's avatar Tamika Tannis Committed by Tao Feng

[WIP] Codecov Exploration (#138)

* Test adding codecov to .travis.yml

* Test python

* Remove --user flag
parent 4535e974
......@@ -7,8 +7,11 @@ matrix:
- IS_DEPLOYABLE=true
install:
- pip3 install -r requirements3.txt
- pip3 install codecov
script:
- make test
after_success:
- codecov
- language: node_js
node_js:
- '8'
......@@ -18,10 +21,13 @@ matrix:
- cd amundsen_application/static
install:
- npm install
- npm install codecov -g
script:
- npm run lint
- npm run build
- npm run test
after_success:
- codecov
deploy:
provider: pypi
user: amundsen-dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment