strawberry-graphql / strawberry-sqlalchemy

A SQLAlchemy Integration for strawberry-graphql
MIT License
91 stars 26 forks source link

Attempt to fix the new CI/CD. Working locally now. #34

Closed mattalbr closed 1 year ago

mattalbr commented 1 year ago

Had to add pytest-xdist for the -n flag Fixed the package include for src/strawberry-sqlalchemy-mapper Upgrade pip, setuptools, and wheel before installing poetry Use greenlet 3.0.0rc1 for python 3.12

Lint is still failing, that's next.

codecov-commenter commented 1 year ago

Codecov Report

Merging #34 (36d6012) into main (6bfd552) will increase coverage by 70.81%. The diff coverage is 83.33%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ========================================= + Coverage 0 70.81% +70.81% ========================================= Files 0 9 +9 Lines 0 579 +579 Branches 0 91 +91 ========================================= + Hits 0 410 +410 - Misses 0 145 +145 - Partials 0 24 +24 ```

:loudspeaker: Have feedback on the report? Share it here.

codspeed-hq[bot] commented 1 year ago

CodSpeed Performance Report

Congrats! CodSpeed is installed ๐ŸŽ‰

๐Ÿ†• 1 new benchmarks were detected.

You will start to see performance impacts in the reports once the benchmarks are run from your default branch.

Detected benchmarks

- `test_hello_world` (27.6 ยตs)
botberry commented 1 year ago

Thanks for adding the RELEASE.md file!

Here's a preview of the changelog:


Dependency version changes needed for python 3.12 compatibility.