Skip to content

Commit 6d1d2a2

Browse files
armano2bradzacher
authored andcommitted
test: fix coverage reports from codecov (typescript-eslint#1528)
* test: attempt to fix coverage reports from codecov * test: drop CI_BUILD_ID as is already set correctly
1 parent b515e47 commit 6d1d2a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ jobs:
4444
yarn integration-tests
4545
displayName: 'Run integrations tests'
4646
47-
- script: |
48-
bash <(curl -s https://codecov.io/bash) -t $(CODECOV_TOKEN)
47+
- bash: bash <(curl -s https://codecov.io/bash) -P "$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER"
48+
env:
49+
CODECOV_TOKEN: $(CODECOV_TOKEN)
4950
displayName: 'Publish code coverage report'
5051

5152
- job: unit_tests_on_other_node_versions

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy