Skip to content

Commit

Permalink
disable code cov (#1077)
Browse files Browse the repository at this point in the history
Co-authored-by: Min Xu <min.xu.public@gmail.com>
  • Loading branch information
min-xu-ai and flying-x committed Sep 23, 2022
1 parent 72fcabe commit abfa719
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@

version: 2.1

# Disabled codecov since https://codecov.io/bash seems to be down.
#orbs:
# codecov: codecov/codecov@1.0.2
orbs:
codecov: codecov/codecov@1.0.2

# -------------------------------------------------------------------------------------
# Environments to run the jobs in
Expand Down Expand Up @@ -402,7 +401,8 @@ jobs:
- store_test_results:
path: test-results

- <<: *upload_coverage
# Disabled codecov since https://codecov.io/bash seems to be down.
#- <<: *upload_coverage

gpu_tests_stable:
parameters:
Expand Down

0 comments on commit abfa719

Please sign in to comment.