Open AdrianoKF opened 3 weeks ago
Attention: Patch coverage is 87.84530%
with 22 lines
in your changes missing coverage. Please review.
Project coverage is 58.91%. Comparing base (
7dcdb6a
) to head (76229ad
).
:white_check_mark: All tests successful. No failed tests found.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds the data model for the Project entity, along with a creation API endpoint
POST /projects
:An Alembic migration that includes the project table has been created.
Behavior of the
POST /projects
creation endpoint:Open Questions
TODO
comment)