Skip to content

Commit

Permalink
ci: remove CODECOV_TOKEN env var (#478)
Browse files Browse the repository at this point in the history
upload token is not required: https://docs.codecov.io/docs/about-the-codecov-bash-uploader#upload-token

Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Apr 15, 2021
1 parent 0f9919e commit 7fe2ac9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
displayName: Run unit tests
- script: bash <(curl -s https://codecov.io/bash)
displayName: Upload coverage to codecov
env:
CODECOV_TOKEN: $(CODECOV_TOKEN)
- script: make helm-lint
displayName: Run helm lint
- template: .pipelines/templates/scan-images.yaml
Expand Down

0 comments on commit 7fe2ac9

Please sign in to comment.