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 type descriptor for set-sized array #190

Merged
merged 1 commit into from
May 20, 2023

Conversation

markehammons
Copy link
Collaborator

Fixes #179

@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 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Merging #190 (9ba4a0f) into master (2248343) will decrease coverage by 0.05%.
The diff coverage is 62.85%.

@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
- Coverage   59.47%   59.43%   -0.05%     
==========================================
  Files          66       66              
  Lines        1725     1733       +8     
  Branches       22       22              
==========================================
+ Hits         1026     1030       +4     
- Misses        699      703       +4     
Flag Coverage Δ
macos-latest 58.62% <62.85%> (-0.05%) ⬇️
ubuntu-latest 58.56% <62.85%> (-0.04%) ⬇️
windows-latest 58.56% <62.85%> (-0.04%) ⬇️

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/TypeDescriptor.scala 11.66% <0.00%> (-0.84%) ⬇️
.../fr/hammons/slinc/modules/DescriptorModule19.scala 84.93% <65.00%> (+0.42%) ⬆️
.../fr/hammons/slinc/modules/DescriptorModule17.scala 89.74% <81.81%> (+0.26%) ⬆️

@markehammons markehammons merged commit 26f054e into master May 20, 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 type descriptor for fix-sized array
1 participant