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

feat: Add TypeDescriptor for CUnion #183

Merged
merged 2 commits into from
May 10, 2023
Merged

Conversation

markehammons
Copy link
Collaborator

Fixes #174

@codecov-commenter
Copy link

codecov-commenter commented May 10, 2023

Codecov Report

Merging #183 (7fdd972) into master (1fc1bf5) will decrease coverage by 1.45%.
The diff coverage is 15.78%.

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
- Coverage   61.21%   59.77%   -1.45%     
==========================================
  Files          60       60              
  Lines        1614     1658      +44     
  Branches       22       22              
==========================================
+ Hits          988      991       +3     
- Misses        626      667      +41     
Flag Coverage Δ
macos-latest 59.58% <15.78%> (-1.26%) ⬇️
ubuntu-latest 59.52% <15.78%> (-1.26%) ⬇️
windows-latest ?

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

Impacted Files Coverage Δ
core/src/fr/hammons/slinc/DescriptorOf.scala 55.55% <ø> (ø)
core/src/fr/hammons/slinc/MacroHelpers.scala 22.22% <ø> (ø)
core/src/fr/hammons/slinc/MethodHandleTools.scala 38.98% <ø> (ø)
core/src/fr/hammons/slinc/SlincImpl.scala 0.00% <ø> (ø)
core/src/fr/hammons/slinc/TypeDescriptor.scala 12.50% <0.00%> (-0.97%) ⬇️
core/src/fr/hammons/slinc/types/Arch.scala 40.00% <ø> (ø)
core/src/fr/hammons/slinc/types/OS.scala 60.00% <ø> (-20.00%) ⬇️
j17/src/fr/hammons/slinc/Allocator17.scala 70.68% <0.00%> (-16.55%) ⬇️
j19/src/fr/hammons/slinc/Allocator19.scala 69.23% <0.00%> (-14.11%) ⬇️
j19/src/fr/hammons/slinc/VarArgs19.scala 68.88% <0.00%> (-6.73%) ⬇️
... and 3 more

... and 1 file with indirect coverage changes

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@markehammons markehammons force-pushed the markehammons/issue174 branch from 7f856d7 to 7fdd972 Compare May 10, 2023 20:27
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@markehammons markehammons merged commit a33580c into master May 10, 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.

Add TypeDescriptor for CUnion
2 participants