Skip to content

Commit a0c1556

Browse files
committed
Moved codecov token into command
1 parent d653259 commit a0c1556

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,5 @@ steps:
5151
displayName: "Running test"
5252

5353
- script: |
54-
codecov
54+
codecov --token=$(CODECOV_TOKEN)
5555
displayName: "Upload test coverage results"
56-
env:
57-
CODECOV_TOKEN: 'S(CODECOV_TOKEN)'

0 commit comments

Comments
 (0)