Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(db-migrations): add basic support for db migrations #340

Closed
wants to merge 10 commits into from

feat(migrations): added command

fe3551c
Select commit
Loading
Failed to load commit list.
Closed

feat(db-migrations): add basic support for db migrations #340

feat(migrations): added command
fe3551c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 31, 2024 in 0s

55.93% (-0.06%) compared to 32c8746

View this Pull Request on Codecov

55.93% (-0.06%) compared to 32c8746

Details

Codecov Report

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

Project coverage is 55.93%. Comparing base (32c8746) to head (fe3551c).
Report is 2 commits behind head on main.

Current head fe3551c differs from pull request most recent head f5a39a3

Please upload reports for the commit f5a39a3 to get more accurate results.

Files Patch % Lines
internal/app/subsystems/aio/store/migrations.go 48.45% 36 Missing and 14 partials ⚠️
...rnal/app/subsystems/aio/store/postgres/postgres.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #340      +/-   ##
==========================================
- Coverage   55.98%   55.93%   -0.06%     
==========================================
  Files         113      114       +1     
  Lines        9910    10003      +93     
==========================================
+ Hits         5548     5595      +47     
- Misses       3996     4029      +33     
- Partials      366      379      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.