Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 15, 2023
1 parent aa82b00 commit 95b8994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ workflows:
jobs:
- lint
- test:
name: test-python-<< matrix.python_version >>-arangodb-<< matrix.arangodb_version >>-<< matrix.arangodb_config >>-<< matrix.arangodb_license >>
matrix:
parameters:
# TODO: Revisit why pyenv doesn't recognize 3.12
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
fi
echo "Running pytest with args: ${args[@]}"
pytest --cov=arango --cov-report=xml "${args[@]}"
pytest --cov=arango --cov-report=xml --cov-report term-missing --color=yes --code-highlight=yes "${args[@]}"
- store_artifacts:
path: test-results
Expand Down

0 comments on commit 95b8994

Please sign in to comment.