Make separation of AP variables & env variables more obvious
This commit is contained in:
parent
4e9f971cc6
commit
2a391355f5
|
@ -68,6 +68,6 @@ jobs:
|
||||||
coverage combine
|
coverage combine
|
||||||
codecov
|
codecov
|
||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: $(CODECOV_TOKEN)
|
CODECOV_TOKEN: $(codecov.token)
|
||||||
displayName: Report Coverage
|
displayName: Report Coverage
|
||||||
condition: succeeded()
|
condition: succeeded()
|
||||||
|
|
Loading…
Reference in New Issue