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 mock data and testing for multi tables' related imp #97

Merged
merged 8 commits into from
Jan 4, 2024

Conversation

Wh1isper
Copy link
Collaborator

@Wh1isper Wh1isper commented Jan 4, 2024

Description

Patch for #96 remining work...

Motivation and Context

  • Adding mock data for multiple tables
  • Adding unit tests for MetadataCombiner.

MetadataCombiner basic availability now.

How has this been tested?

Types of changes

  • Maintenance (no change in code, maintain the project's CI, docs, etc.)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Copy link
Contributor

sweep-ai bot commented Jan 4, 2024

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

@codecov-commenter
Copy link

codecov-commenter commented Jan 4, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (160f6a2) 76.63% compared to head (eae5df9) 78.68%.

Files Patch % Lines
sdgx/manager.py 77.77% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
+ Coverage   76.63%   78.68%   +2.05%     
==========================================
  Files          59       59              
  Lines        2435     2463      +28     
==========================================
+ Hits         1866     1938      +72     
+ Misses        569      525      -44     

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

@Wh1isper Wh1isper marked this pull request as ready for review January 4, 2024 08:51
@Wh1isper Wh1isper requested a review from MooooCat January 4, 2024 08:52
@Wh1isper Wh1isper enabled auto-merge (squash) January 4, 2024 09:02
@Wh1isper Wh1isper merged commit 9bf075a into main Jan 4, 2024
11 checks passed
@Wh1isper Wh1isper deleted the maintance-more-testing-for-multitable branch January 4, 2024 10:53
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.

None yet

3 participants