Skip to content

Commit

Permalink
test: fix coverage reports from codecov (#1528)
Browse files Browse the repository at this point in the history
* test: attempt to fix coverage reports from codecov

* test: drop CI_BUILD_ID as is already set correctly
  • Loading branch information
armano2 authored and bradzacher committed Jan 26, 2020
1 parent b515e47 commit 6d1d2a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -44,8 +44,9 @@ jobs:
yarn integration-tests
displayName: 'Run integrations tests'
- script: |
bash <(curl -s https://codecov.io/bash) -t $(CODECOV_TOKEN)
- bash: bash <(curl -s https://codecov.io/bash) -P "$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER"
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)
displayName: 'Publish code coverage report'

- job: unit_tests_on_other_node_versions
Expand Down

0 comments on commit 6d1d2a2

Please sign in to comment.