yuvalherziger / tomodo

A CLI for managing local MongoDB deployments on Docker
https://tomodo.dev
MIT License
10 stars 1 forks source link

Issue #32: Add support for Atlas Deployments #35

Closed yuviherziger closed 8 months ago

yuviherziger commented 8 months ago

Closes #32

Adds support for Atlas deployments; breaking API changes included.

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 63.21839% with 64 lines in your changes are missing coverage. Please review.

Project coverage is 86.62%. Comparing base (b748832) to head (1c5c830).

Files Patch % Lines
tomodo/common/provisioner.py 40.47% 25 Missing :warning:
tomodo/common/util.py 27.27% 16 Missing :warning:
tomodo/cli/provision.py 83.92% 9 Missing :warning:
tomodo/common/models.py 46.15% 7 Missing :warning:
tomodo/common/cleaner.py 70.00% 3 Missing :warning:
tomodo/common/reader.py 75.00% 3 Missing :warning:
tomodo/common/starter.py 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================== - Coverage 90.28% 86.62% -3.66% ========================================== Files 11 12 +1 Lines 1112 1234 +122 ========================================== + Hits 1004 1069 +65 - Misses 108 165 +57 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.