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

♻️ Clean Pydantic UserWarnings #7124

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

giancarloromeo
Copy link
Contributor

@giancarloromeo giancarloromeo commented Jan 28, 2025

What do these changes do?

Related issue/s

How to test

Dev-ops checklist

@giancarloromeo giancarloromeo self-assigned this Jan 28, 2025
@giancarloromeo giancarloromeo added the t:maintenance Some planned maintenance work label Jan 28, 2025
@giancarloromeo giancarloromeo added this to the Singularity milestone Jan 28, 2025
Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.56%. Comparing base (638b592) to head (39ed922).
Report is 21 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7124      +/-   ##
==========================================
- Coverage   87.66%   87.56%   -0.10%     
==========================================
  Files        1634     1628       -6     
  Lines       63878    63871       -7     
  Branches     2054     1178     -876     
==========================================
- Hits        55996    55930      -66     
- Misses       7545     7629      +84     
+ Partials      337      312      -25     
Flag Coverage Δ
integrationtests 64.67% <0.00%> (+0.01%) ⬆️
unittests 85.97% <100.00%> (+0.03%) ⬆️
Components Coverage Δ
api ∅ <ø> (∅)
pkg_aws_library 94.02% <ø> (+0.53%) ⬆️
pkg_dask_task_models_library 97.09% <ø> (ø)
pkg_models_library 91.51% <ø> (+0.18%) ⬆️
pkg_notifications_library 84.57% <ø> (ø)
pkg_postgres_database 88.39% <ø> (ø)
pkg_service_integration 70.03% <ø> (-0.16%) ⬇️
pkg_service_library 74.39% <ø> (+0.24%) ⬆️
pkg_settings_library 90.71% <ø> (+0.22%) ⬆️
pkg_simcore_sdk 85.50% <ø> (+0.11%) ⬆️
agent 96.46% <ø> (+0.01%) ⬆️
api_server 90.55% <ø> (+<0.01%) ⬆️
autoscaling 96.08% <ø> (-0.02%) ⬇️
catalog 90.33% <ø> (+<0.01%) ⬆️
clusters_keeper 99.24% <ø> (+<0.01%) ⬆️
dask_sidecar 91.26% <ø> (ø)
datcore_adapter 93.19% <ø> (+0.01%) ⬆️
director 76.92% <ø> (-0.09%) ⬇️
director_v2 91.27% <ø> (+0.01%) ⬆️
dynamic_scheduler 97.21% <ø> (ø)
dynamic_sidecar 89.75% <ø> (ø)
efs_guardian 90.25% <ø> (-0.14%) ⬇️
invitations 93.28% <ø> (-0.14%) ⬇️
osparc_gateway_server ∅ <ø> (∅)
payments 92.66% <ø> (+<0.01%) ⬆️
resource_usage_tracker 88.95% <ø> (-0.11%) ⬇️
storage 89.57% <ø> (ø)
webclient ∅ <ø> (∅)
webserver 85.68% <100.00%> (-0.54%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 638b592...39ed922. Read the comment docs.

@giancarloromeo giancarloromeo changed the title ♻️ Fix Pydantic UserWarnings ♻️ Clean Pydantic UserWarnings Jan 29, 2025
Copy link

sonarqubecloud bot commented Feb 3, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:maintenance Some planned maintenance work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UserWarning: Pydantic serializer warnings in tests/unit/with_dbs/02/test_projects*
1 participant