Missing environment variable for codecov.

This commit is contained in:
2020-02-18 21:26:43 +01:00
parent 9ef175b715
commit 756dcb51ce

View File

@@ -31,7 +31,7 @@ steps:
- pip install -r requirements.txt
- py.test --cov-report=xml --cov=src test
- pip install codecov
- codecov -t
- codecov -t CODECOV_TOKEN
trigger:
branch: