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

Implement and use common component test suites #576

Merged
merged 17 commits into from
Dec 26, 2024
Merged

Conversation

mdekstrand
Copy link
Member

This adds common component test suites (closes #574), applies them to the components, and fixes the bugs found.

@mdekstrand mdekstrand added components LensKit recommendation components internals Internal infrastructure (parallelism, math, etc.) labels Dec 25, 2024
@mdekstrand mdekstrand added this to the 2025.1 milestone Dec 25, 2024
Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.68%. Comparing base (62dab96) to head (9e79952).
Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #576      +/-   ##
==========================================
+ Coverage   90.24%   90.68%   +0.43%     
==========================================
  Files         105      107       +2     
  Lines        6429     6624     +195     
==========================================
+ Hits         5802     6007     +205     
+ Misses        627      617      -10     

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

@mdekstrand mdekstrand merged commit 8418807 into main Dec 26, 2024
39 checks passed
@mdekstrand mdekstrand deleted the feature/common-tests branch December 26, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
components LensKit recommendation components internals Internal infrastructure (parallelism, math, etc.)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Create standard test suites for components
1 participant