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

Add abstraction for popping connection dictionary to model. #96

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

jmchilton
Copy link
Member

No description provided.

Copy link

codecov bot commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.41%. Comparing base (5811bc5) to head (a837dca).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #96   +/-   ##
=======================================
  Coverage   40.41%   40.41%           
=======================================
  Files          48       48           
  Lines        1915     1915           
  Branches      433      433           
=======================================
  Hits          774      774           
  Misses       1025     1025           
  Partials      116      116           
Flag Coverage Δ
unittests 40.41% <ø> (ø)

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

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

@jmchilton jmchilton force-pushed the pop_connection branch 8 times, most recently from 0d71530 to 6db82e8 Compare July 22, 2024 14:27
@jmchilton jmchilton merged commit 241a181 into master Jul 22, 2024
17 checks passed
ConnectDict = dict


EmbeddedLink = TypedDict("EmbeddedLink", {"$link": str})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmchilton This EmbeddedLink type seems unused and generates this warning when building the docs:

WARNING: invalid signature for autoattribute ('gxformat2.model::EmbeddedLink.$link') [autodoc]
WARNING: don't know which module to import for autodocumenting 'gxformat2.model::EmbeddedLink.$link' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name) [autodoc]

Can we drop it?

@itisAliRH itisAliRH deleted the pop_connection branch December 3, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants