Skip to content

Commit

Permalink
Report react test coverage in travis ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopaul committed Mar 18, 2019
1 parent cff00ca commit c9b84aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ services:
- redis-server
python:
- "3.6.7"
cache:
directories:
- frontend/node_modules
install:
- pip install -r requirements.txt
- gem install pdd
- nvm install node
- cd frontend && npm install && cd ..
before_script:
- psql -c "CREATE USER timeless_user WITH
SUPERUSER
Expand All @@ -21,4 +26,5 @@ script:
- python checkstyle.py
- python check_pylint.py
- pytest --cov=./timeless
- cd frontend && npm test -- --coverage && cd ..
- codecov --token=9110359e-20f8-46a4-872c-cd31cc35da00

0 comments on commit c9b84aa

Please sign in to comment.