octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 4 forks source link

Switch to event-driven infrastructure and improve support for asynchronous questions #632

Closed cortadocodes closed 5 months ago

cortadocodes commented 7 months ago

Summary

This pull request:

Contents (#632)

IMPORTANT: There are 4 breaking changes.

New features

Enhancements

Fixes

Operations

Dependencies

Refactoring

Chores

Testing

Upgrade instructions

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 94.79%. Comparing base (e9d5d92) to head (14481ac). Report is 21 commits behind head on main.

Files Patch % Lines
octue/cloud/events/handler.py 94.32% 8 Missing :warning:
octue/cloud/emulators/child.py 91.66% 3 Missing :warning:
octue/cloud/emulators/_pub_sub.py 86.66% 2 Missing :warning:
octue/cloud/events/counter.py 83.33% 2 Missing :warning:
octue/cloud/pub_sub/bigquery.py 92.30% 2 Missing :warning:
octue/cloud/pub_sub/events.py 97.67% 2 Missing :warning:
octue/cloud/pub_sub/service.py 97.01% 2 Missing :warning:
...cloud/deployment/google/answer_pub_sub_question.py 50.00% 1 Missing :warning:
octue/resources/child.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #632 +/- ## ========================================== - Coverage 94.86% 94.79% -0.08% ========================================== Files 77 82 +5 Lines 3409 3535 +126 ========================================== + Hits 3234 3351 +117 - Misses 175 184 +9 ```

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