Skip to content

Commit

Permalink
⚒ Update azure-pipelines.yml for codecov (#170)
Browse files Browse the repository at this point in the history
Codecov seems to require upload token.
  • Loading branch information
mysticatea committed Jun 10, 2019
1 parent 5b3f815 commit 88829af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
displayName: Install Packages
- script: npm test
displayName: Test
- script: npm run -s codecov
- script: npm run -s codecov -- -t $(CODECOV_TOKEN)
displayName: Send Coverage

- job: tests_on_linux_with_eslint6
Expand All @@ -54,7 +54,7 @@ jobs:
displayName: Install Packages
- script: npm test
displayName: Test
- script: npm run -s codecov
- script: npm run -s codecov -- -t $(CODECOV_TOKEN)
displayName: Send Coverage

- job: tests_on_windows
Expand All @@ -70,7 +70,7 @@ jobs:
displayName: Install Packages
- script: npm test
displayName: Test
- script: npm run -s codecov
- script: npm run -s codecov -- -t $(CODECOV_TOKEN)
displayName: Send Coverage

- job: tests_on_macos
Expand All @@ -86,5 +86,5 @@ jobs:
displayName: Install Packages
- script: npm test
displayName: Test
- script: npm run -s codecov
- script: npm run -s codecov -- -t $(CODECOV_TOKEN)
displayName: Send Coverage

0 comments on commit 88829af

Please sign in to comment.