Skip to content

Commit 3c26c47

Browse files
aMahannaapetenchea
authored andcommitted
Update config.yml
1 parent 44961db commit 3c26c47

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

3-
orbs:
4-
coveralls: coveralls/[email protected]
3+
# orbs:
4+
# coveralls: coveralls/[email protected]
55

66
workflows:
77
ci:
@@ -105,9 +105,9 @@ jobs:
105105
- store_test_results:
106106
path: test-results
107107

108-
- run:
109-
name: Upload to Coveralls
110-
command: |
111-
if [ "<< parameters.python_version >>" = "3.11" && "<< parameters.arangodb_config >>" = "single" && "<< parameters.arangodb_license >>" = "community" && "<< parameters.arangodb_version >>" = "latest" ]; then
112-
coveralls/upload
113-
fi
108+
# - run:
109+
# name: Upload to Coveralls
110+
# command: |
111+
# if [ "<< parameters.python_version >>" = "3.11" && "<< parameters.arangodb_config >>" = "single" && "<< parameters.arangodb_license >>" = "community" && "<< parameters.arangodb_version >>" = "latest" ]; then
112+
# coveralls/upload
113+
# fi

0 commit comments

Comments
 (0)