Add codecov secert as env variable
This commit is contained in:
@@ -22,3 +22,6 @@ steps:
|
|||||||
- pip install pytest coverage codecov
|
- pip install pytest coverage codecov
|
||||||
- coverage run -m pytest
|
- coverage run -m pytest
|
||||||
- codecov -t $CODECOV_TOKEN
|
- codecov -t $CODECOV_TOKEN
|
||||||
|
environment:
|
||||||
|
CODECOV_TOKEN:
|
||||||
|
from_secret: CODECOV_TOKEN
|
||||||
|
|||||||
Reference in New Issue
Block a user