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

Troubleshoot transformers test failures #487

Merged
merged 5 commits into from
May 30, 2024
Merged

Troubleshoot transformers test failures #487

merged 5 commits into from
May 30, 2024

Conversation

NeonDaniel
Copy link
Member

Continues #486

@JarbasAl JarbasAl added the tests and automation added unittests or github workflows label May 30, 2024
Copy link

codecov bot commented May 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.97%. Comparing base (f63aa3f) to head (27afca6).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #487      +/-   ##
==========================================
+ Coverage   74.61%   74.97%   +0.35%     
==========================================
  Files          15       15              
  Lines        2821     2821              
==========================================
+ Hits         2105     2115      +10     
+ Misses        716      706      -10     
Flag Coverage Δ
unittests 74.97% <ø> (+0.35%) ⬆️

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.

@NeonDaniel NeonDaniel marked this pull request as ready for review May 30, 2024 01:32
@NeonDaniel NeonDaniel requested a review from a team May 30, 2024 01:36
@@ -6,5 +8,5 @@ class MetadataPlugin(MetadataTransformer):
def __init__(self, name="ovos-metadata-test-plugin", priority=15):
super().__init__(name, priority)

def transform(self, context: dict | None = None) -> dict:
def transform(self, context: Optional[dict] = None) -> dict:
Copy link
Member

Choose a reason for hiding this comment

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

oh, so it was failing because of python version here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Probably; I forget when that syntax was added, but presumably 3.10 or 3.11 based on the failure

@JarbasAl JarbasAl merged commit f091bcb into dev May 30, 2024
3 checks passed
@JarbasAl JarbasAl deleted the FIX_UnitTestFailures branch May 30, 2024 01:41
@JarbasAl JarbasAl added this to the 0.0.8 milestone Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests and automation added unittests or github workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants