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

perf: add adapter fragment #114

Merged
merged 1 commit into from
Mar 30, 2023
Merged

perf: add adapter fragment #114

merged 1 commit into from
Mar 30, 2023

Conversation

balajtimate
Copy link
Contributor

Description

Added missing known adapter fragment identified to data/adapter_fragments.txt.

Fixes #106

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

Please carefully read these items and tick them off if the statements are true
or do not apply.

  • I have performed a self-review of my own code
  • My code follows the existing coding style, lints and generates no new
    warnings
  • I have added type annotations to all function/method signatures, and I
    have added type annotations for any local variables that are non-trivial,
    potentially ambiguous or might otherwise benefit from explicit typing.
  • I have commented my code in hard-to-understand areas
  • I have added ["Google-style docstrings"] to all new modules, classes,
    methods/functions or updated previously existing ones
  • I have added tests that prove my fix is effective or that my feature
    works
  • New and existing unit tests pass locally with my changes and I have not
    reduced the code coverage relative to the previous state
  • I have updated any sections of the app's documentation that are affected
    by the proposed changes

If for some reason you are unable to tick off all boxes, please leave a
comment explaining the issue you are facing so that we can work on it
together.

@codecov
Copy link

codecov bot commented Mar 30, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (8460bee) 99.78% compared to head (2e2ccb9) 99.78%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #114   +/-   ##
=======================================
  Coverage   99.78%   99.78%           
=======================================
  Files          12       12           
  Lines         948      948           
=======================================
  Hits          946      946           
  Misses          2        2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@uniqueg uniqueg changed the title refactor: add missing adapter fragment (#106) perf: add adapter fragment Mar 30, 2023
@uniqueg uniqueg merged commit 71c6512 into dev Mar 30, 2023
@uniqueg uniqueg deleted the issue_106 branch March 30, 2023 22:07
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.

Add missing known adapters to adapters file
2 participants