Add codecov secert as env variable

This commit is contained in:
2021-07-03 19:09:00 +02:00
parent 69991340e6
commit d828d4e4f0

View File

@@ -22,3 +22,6 @@ steps:
- pip install pytest coverage codecov
- coverage run -m pytest
- codecov -t $CODECOV_TOKEN
environment:
CODECOV_TOKEN:
from_secret: CODECOV_TOKEN