Skip to content

Commit 88829af

Browse files
authored
⚒ Update azure-pipelines.yml for codecov (#170)
Codecov seems to require upload token.
1 parent 5b3f815 commit 88829af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
displayName: Install Packages
3838
- script: npm test
3939
displayName: Test
40-
- script: npm run -s codecov
40+
- script: npm run -s codecov -- -t $(CODECOV_TOKEN)
4141
displayName: Send Coverage
4242

4343
- job: tests_on_linux_with_eslint6
@@ -54,7 +54,7 @@ jobs:
5454
displayName: Install Packages
5555
- script: npm test
5656
displayName: Test
57-
- script: npm run -s codecov
57+
- script: npm run -s codecov -- -t $(CODECOV_TOKEN)
5858
displayName: Send Coverage
5959

6060
- job: tests_on_windows
@@ -70,7 +70,7 @@ jobs:
7070
displayName: Install Packages
7171
- script: npm test
7272
displayName: Test
73-
- script: npm run -s codecov
73+
- script: npm run -s codecov -- -t $(CODECOV_TOKEN)
7474
displayName: Send Coverage
7575

7676
- job: tests_on_macos
@@ -86,5 +86,5 @@ jobs:
8686
displayName: Install Packages
8787
- script: npm test
8888
displayName: Test
89-
- script: npm run -s codecov
89+
- script: npm run -s codecov -- -t $(CODECOV_TOKEN)
9090
displayName: Send Coverage

0 commit comments

Comments
 (0)