replaced codecov python uploader with bash uploader.

This commit is contained in:
2020-02-18 21:32:47 +01:00
parent 756dcb51ce
commit 824bf707fb

View File

@@ -30,9 +30,7 @@ steps:
commands:
- pip install -r requirements.txt
- py.test --cov-report=xml --cov=src test
- pip install codecov
- codecov -t CODECOV_TOKEN
- bash <(curl -s https://codecov.io/bash)
trigger:
branch:
- master