From eb8ce582e7b36acf71a51f1de43220c84842e133 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Fri, 10 Nov 2023 13:18:19 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff6b5e4b..a75aba3e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 -orbs: - coveralls: coveralls/coveralls@2.2.1 +# orbs: +# coveralls: coveralls/coveralls@2.2.1 workflows: ci: @@ -105,9 +105,9 @@ jobs: - store_test_results: path: test-results - - run: - name: Upload to Coveralls - command: | - if [ "<< parameters.python_version >>" = "3.11" && "<< parameters.arangodb_config >>" = "single" && "<< parameters.arangodb_license >>" = "community" && "<< parameters.arangodb_version >>" = "latest" ]; then - coveralls/upload - fi + # - run: + # name: Upload to Coveralls + # command: | + # if [ "<< parameters.python_version >>" = "3.11" && "<< parameters.arangodb_config >>" = "single" && "<< parameters.arangodb_license >>" = "community" && "<< parameters.arangodb_version >>" = "latest" ]; then + # coveralls/upload + # fi