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: ...@@ -7,8 +7,11 @@ matrix:
- IS_DEPLOYABLE=true - IS_DEPLOYABLE=true
install: install:
- pip3 install -r requirements3.txt - pip3 install -r requirements3.txt
- pip3 install codecov
script: script:
- make test - make test
after_success:
- codecov
- language: node_js - language: node_js
node_js: node_js:
- '8' - '8'
...@@ -18,10 +21,13 @@ matrix: ...@@ -18,10 +21,13 @@ matrix:
- cd amundsen_application/static - cd amundsen_application/static
install: install:
- npm install - npm install
- npm install codecov -g
script: script:
- npm run lint - npm run lint
- npm run build - npm run build
- npm run test - npm run test
after_success:
- codecov
deploy: deploy:
provider: pypi provider: pypi
user: amundsen-dev 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