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

refactor: Remove code related to LibraryI #135

Merged
merged 2 commits into from
Apr 9, 2023

Conversation

markehammons
Copy link
Collaborator

Fixes #127

@codecov-commenter
Copy link

codecov-commenter commented Apr 9, 2023

Codecov Report

Merging #135 (af456c2) into master (130b7d2) will increase coverage by 3.00%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   56.71%   59.71%   +3.00%     
==========================================
  Files          69       57      -12     
  Lines        1802     1410     -392     
  Branches       26       22       -4     
==========================================
- Hits         1022      842     -180     
+ Misses        780      568     -212     
Flag Coverage Δ
macos-latest 59.29% <100.00%> (+2.90%) ⬆️
ubuntu-latest 59.21% <100.00%> (+2.89%) ⬆️
windows-latest 59.07% <100.00%> (+2.75%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
core/src/fr/hammons/slinc/FSet.scala 70.27% <ø> (ø)
...rc/fr/hammons/slinc/FunctionBindingGenerator.scala 94.00% <ø> (ø)
core/src/fr/hammons/slinc/MacroHelpers.scala 22.22% <ø> (-60.64%) ⬇️
core/src/fr/hammons/slinc/Slinc.scala 0.00% <ø> (ø)
...c/fr/hammons/slinc/annotations/NeedsResource.scala 75.00% <ø> (ø)
core/src/fr/hammons/slinc/fset/FSetBacking.scala 84.21% <ø> (ø)
j17/src/fr/hammons/slinc/Slinc17.scala 85.71% <ø> (-1.79%) ⬇️
...17/src/fr/hammons/slinc/modules/FSetModule17.scala 82.35% <ø> (ø)
j19/src/fr/hammons/slinc/Slinc19.scala 87.50% <ø> (-2.50%) ⬇️
...19/src/fr/hammons/slinc/modules/FSetModule19.scala 82.35% <ø> (ø)
... and 1 more

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@markehammons markehammons merged commit 67ef263 into master Apr 9, 2023
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.

Remove code related to LibraryI
2 participants