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
Merged

Directed sets intervals #77

merged 10 commits into from
Dec 30, 2024

Conversation

vincentk
Copy link
Owner

No description provided.

@vincentk vincentk self-assigned this Dec 30, 2024
Copy link

Overall Project 64.27% -3.73% 🍏
Files changed 0%

File Coverage
MetricSpace.java 100% 🍏
PartialOrder.java 100% 🍏
Ring.java 100% 🍏
TotallyOrdered.java 85.71% -14.29%
N.java 80% 🍏
Z.java 66.32% 🍏
Ds.java 63.08% 🍏
Set.java 10.81% -70.27%
Directed.java 0%
SemiLattice.java 0%
PreOrder.java 0% 🍏
EmptySet.java 0%

Copy link

codecov bot commented Dec 30, 2024

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).
Report is 1 commits behind head on main.

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.

Copy link

Overall Project 65.85% -2.44% 🍏
Files changed 35.71%

File Coverage
MetricSpace.java 100% 🍏
PartialOrder.java 100% 🍏
Ring.java 100% 🍏
EmptySet.java 100% 🍏
TotallyOrdered.java 85.71% -14.29%
N.java 80% 🍏
Z.java 66.32% 🍏
Ds.java 63.08% 🍏
Set.java 10.81% -70.27%
Directed.java 0%
SemiLattice.java 0%
PreOrder.java 0% 🍏

Copy link

Overall Project 66.01% -2.36% 🍏
Files changed 41.67%

File Coverage
MetricSpace.java 100% 🍏
PartialOrder.java 100% 🍏
Ring.java 100% 🍏
EmptySet.java 100% 🍏
TotallyOrdered.java 85.71% -14.29%
N.java 80% 🍏
Z.java 66.32% 🍏
Ds.java 63.08% 🍏
Set.java 24.32% -56.76%
Directed.java 0%
SemiLattice.java 0%
PreOrder.java 0% 🍏

Copy link

Overall Project 66.01% -2.36% 🍏
Files changed 41.67%

File Coverage
MetricSpace.java 100% 🍏
PartialOrder.java 100% 🍏
Ring.java 100% 🍏
EmptySet.java 100% 🍏
TotallyOrdered.java 85.71% -14.29%
N.java 80% 🍏
Z.java 66.32% 🍏
Ds.java 63.08% 🍏
Set.java 24.32% -56.76%
Directed.java 0%
SemiLattice.java 0%
PreOrder.java 0% 🍏
NonEmptySet.java 0%

Copy link

Overall Project 66.96% -3.55% 🍏
Files changed 66.06% 🍏

File Coverage
MetricSpace.java 100% 🍏
PoSet.java 100% 🍏
PartialOrder.java 100% 🍏
Lambda.java 100% 🍏
Ring.java 100% 🍏
NonEmptySet.java 100% 🍏
Element.java 100% 🍏
TotallyOrdered.java 85.71% -14.29%
SingletonSet.java 83.33% -16.67% 🍏
EmptySet.java 83.33% -16.67% 🍏
N.java 80% 🍏
Set.java 78.48% -21.52% 🍏
Z.java 66.32% 🍏
Pair.java 64% 🍏
Ds.java 63.08% 🍏
Magma.java 50% 🍏
Directed.java 0%
SemiLattice.java 0%
Relation.java 0% 🍏
PreOrder.java 0% 🍏
Union.java 0%

Copy link

Overall Project 67.5% -3.65% 🍏
Files changed 67.6% 🍏

File Coverage
MetricSpace.java 100% 🍏
PoSet.java 100% 🍏
TotallyOrdered.java 100% 🍏
PartialOrder.java 100% 🍏
Lambda.java 100% 🍏
Ring.java 100% 🍏
NonEmptySet.java 100% 🍏
Element.java 100% 🍏
N.java 85.45% 🍏
EmptySet.java 83.33% -16.67% 🍏
Set.java 78.48% -21.52% 🍏
SingletonSet.java 73.68% -26.32% 🍏
Z.java 66.32% 🍏
Pair.java 64% 🍏
Ds.java 63.08% 🍏
Magma.java 50% 🍏
Directed.java 0%
SemiLattice.java 0%
Relation.java 0% 🍏
PreOrder.java 0% 🍏
Union.java 0%

@vincentk vincentk marked this pull request as ready for review December 30, 2024 23:10
@vincentk vincentk merged commit afaf4c5 into main Dec 30, 2024
3 checks passed
@vincentk vincentk deleted the directed-sets-intervals branch December 30, 2024 23:11
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.

1 participant