Skip to content

Commit

Permalink
DE-701 | initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 24, 2023
1 parent 9474172 commit 982ed75
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

# orbs:
# coveralls: coveralls/[email protected]
orbs:
codecov: codecov/[email protected]

workflows:
ci:
Expand Down Expand Up @@ -105,9 +105,5 @@ 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
- codecov/upload:
file: coverage.xml

0 comments on commit 982ed75

Please sign in to comment.