Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codecov yml token addition #5950

Merged
merged 3 commits into from Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions build/ci/job-template.yml
Expand Up @@ -43,6 +43,7 @@ jobs:
testTargetFramework: ''
${{ if ne(parameters.testTargetFramework, '') }}:
testTargetFramework: '/p:TestTargetFramework=${{ parameters.testTargetFramework }}'
CODECOV_TOKEN: 03031e35-fe75-4e4c-87ee-e919ae601748
strategy:
matrix:
${{ if eq(parameters.customMatrixes, '') }}:
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Expand Up @@ -39,7 +39,7 @@
<SystemCompositionVersion>1.2.0</SystemCompositionVersion>
<!-- Build/infrastructure Dependencies -->
<PublishSymbolsPackageVersion>1.0.0-beta-62824-02</PublishSymbolsPackageVersion>
<CodecovVersion>1.9.0</CodecovVersion>
<CodecovVersion>1.12.4</CodecovVersion>
<CoverletCollectorVersion>1.2.1</CoverletCollectorVersion>
<ReportGeneratorVersion>4.3.6</ReportGeneratorVersion>
<MicrosoftDotNetApiCompatPackageVersion>1.0.0-beta.19225.5</MicrosoftDotNetApiCompatPackageVersion>
Expand Down