Skip to content

Commit

Permalink
Codecov yml token addition (#5950)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgsharp committed Sep 30, 2021
1 parent d13045f commit eba938f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit eba938f

Please sign in to comment.