You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "docker-compose run app bin/wait-for-deps.sh coverage run -a --source=pombola,pombola_sayit,wordcloud ./manage.py test --settings=pombola.settings.tests_south_africa"
after_script:
# Log output in case issues occurred where this can help us debug quicly
- docker-compose logs db elasticsearch
# Run codecov passing appropriate codecov.io CI environment variables to container
- "docker-compose run --rm `bash <(curl -s https://codecov.io/env)` app codecov"