Closed apetenchea closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.70%. Comparing base (
0f46b50
) to head (e7b5a6b
). Report is 2 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:exclamation: There is a different number of reports uploaded between BASE (0f46b50) and HEAD (e7b5a6b). Click for more details.
HEAD has 31 uploads less than BASE
| Flag | BASE (0f46b50) | HEAD (e7b5a6b) | |------|------|------| ||32|1|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixing the
users
parameter docstring for theDatabase.create_database
function. The official documentation states that only the root user will be added by default, if no users are specified. The docstring is incorect because it claims that also the "current user" is included.