Try to restore codecov

This commit is contained in:
jamesagnew 2021-01-23 18:50:27 -05:00
parent c55410e6b6
commit 42d12403f9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ jobs:
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)/'
artifactName: 'full_logs.zip'
- script: bash <(curl https://codecov.io/bash) -C $(Build.SourceVersion)
- script: bash <(curl https://codecov.io/bash) -t $(CODECOV_TOKEN)
displayName: 'codecov'
- task: PublishTestResults@2
inputs: