Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix concurrency for coverage in pyproject.toml (#288)
### Description The coverage tool does not automatically mark as covered the functions that use greenlet, so all the functions that used sqlalchemy were incorrectly marked as not covered. This PR adds the relevant option in pyproject.toml.
- Loading branch information