Skip to content

Commit

Permalink
MAINT: CI: remove CODECOV_TOKEN
Browse files Browse the repository at this point in the history
codecov suddenly started working again...
  • Loading branch information
tirthasheshpatel committed Oct 14, 2021
1 parent 3ff9b79 commit aecce67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ stages:
vmImage: 'ubuntu-18.04'
steps:
- task: UsePythonVersion@0
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)
inputs:
versionSpec: '3.8'
addToPath: true
Expand Down
1 change: 0 additions & 1 deletion ci/azure-travis-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,5 @@ steps:
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
# Skip running gcov since we have already done it
Write-Host "$env:CODECOV_TOKEN = $(CODECOV_TOKEN)"
./codecov -X gcov
displayName: 'Upload coverage information'

0 comments on commit aecce67

Please sign in to comment.