File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
- orbs :
4
- coveralls : coveralls/coveralls@2.2.1
3
+ # orbs:
4
+ # coveralls: coveralls/coveralls@2.2.1
5
5
6
6
workflows :
7
7
ci :
@@ -105,9 +105,9 @@ jobs:
105
105
- store_test_results :
106
106
path : test-results
107
107
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
You can’t perform that action at this time.
0 commit comments