Skip to content

Commit

Permalink
Disable codecov until the script is audited (open-telemetry#3014)
Browse files Browse the repository at this point in the history
I am disabling until an audit is done and we are certain there
is nothing wrong with it.

We should decide how we prevent this from happening in the future.
  • Loading branch information
tigrannajaryan authored Apr 24, 2021
1 parent 73b55f0 commit 1e1f24b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ jobs:
- run:
name: Coverage tests
command: make gotest-with-cover
- run:
name: Code coverage
command: bash <(curl -s https://codecov.io/bash)
# DISABLE CODECOV UNTIL THE SCRIPT IS AUDITED AND WE ARE CERTAIN IT IS OK TO TO EXECUTE IT.
# - run:
# name: Code coverage
# command: bash <(curl -s https://codecov.io/bash)

publish-check:
docker:
Expand Down

0 comments on commit 1e1f24b

Please sign in to comment.