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

Implement CLI setup #4250

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Implement CLI setup #4250

wants to merge 3 commits into from

Conversation

b1ron
Copy link
Member

@b1ron b1ron commented Apr 19, 2024

Description

Closes #4243.

Readiness checklist

  • I added/updated unit tests (and they pass).
  • I added/updated integration/compatibility tests (and they pass).
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Milestone (Next), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@b1ron b1ron added the code/chore Code maintenance improvements label Apr 19, 2024
@b1ron b1ron added this to the v1.22.0 milestone Apr 19, 2024
@b1ron b1ron self-assigned this Apr 19, 2024
Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.93%. Comparing base (2da27aa) to head (efe47c5).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4250      +/-   ##
==========================================
- Coverage   74.70%   73.93%   -0.77%     
==========================================
  Files         339      339              
  Lines       22910    22910              
==========================================
- Hits        17114    16939     -175     
- Misses       4477     4672     +195     
+ Partials     1319     1299      -20     

see 18 files with indirect coverage changes

Flag Coverage Δ
filter-true 67.20% <ø> (-1.00%) ⬇️
hana-1 ?
integration 67.20% <ø> (-1.00%) ⬇️
mongodb-1 5.14% <ø> (+<0.01%) ⬆️
postgresql-1 46.43% <ø> (ø)
postgresql-2 49.56% <ø> (-0.10%) ⬇️
postgresql-3 49.82% <ø> (-0.03%) ⬇️
sqlite-1 45.63% <ø> (-0.07%) ⬇️
sqlite-2 48.82% <ø> (+0.11%) ⬆️
sqlite-3 ?
unit 32.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/chore Code maintenance improvements
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

Implement ferretdb --setup flags
1 participant