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

Directed sets intervals #77

Merged
merged 10 commits into from
Dec 30, 2024

Adding unit test for Lattice.

710c307
Select commit
Loading
Failed to load commit list.
Merged

Directed sets intervals #77

Adding unit test for Lattice.
710c307
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 30, 2024 in 1s

60.60% (+0.51%) compared to af9e761

View this Pull Request on Codecov

60.60% (+0.51%) compared to af9e761

Details

Codecov Report

Attention: Patch coverage is 60.52632% with 15 lines in your changes missing coverage. Please review.

Project coverage is 60.60%. Comparing base (af9e761) to head (710c307).

Files with missing lines Patch % Lines
...in/java/com/github/vincentk/dedekind/sets/Set.java 45.45% 3 Missing and 3 partials ⚠️
...om/github/vincentk/dedekind/sets/SingletonSet.java 62.50% 3 Missing ⚠️
...va/com/github/vincentk/dedekind/sets/EmptySet.java 80.00% 2 Missing ⚠️
.../java/com/github/vincentk/dedekind/sets/Union.java 0.00% 2 Missing ⚠️
...ithub/vincentk/dedekind/sets/ordered/Directed.java 0.00% 1 Missing ⚠️
...ub/vincentk/dedekind/sets/ordered/SemiLattice.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #77      +/-   ##
============================================
+ Coverage     60.08%   60.60%   +0.51%     
- Complexity       29       52      +23     
============================================
  Files            32       39       +7     
  Lines           228      264      +36     
  Branches         37       39       +2     
============================================
+ Hits            137      160      +23     
- Misses           74       84      +10     
- Partials         17       20       +3     

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