Skip to content

feature: add zero dim array storing the element in a type parameter#42

Merged
nsajko merged 1 commit intoJuliaArrays:mainfrom
nsajko:b
Sep 18, 2025
Merged

feature: add zero dim array storing the element in a type parameter#42
nsajko merged 1 commit intoJuliaArrays:mainfrom
nsajko:b

Conversation

@nsajko
Copy link
Copy Markdown
Member

@nsajko nsajko commented Sep 18, 2025

Fixes #32

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 18, 2025

Codecov Report

❌ Patch coverage is 94.44444% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 98.82%. Comparing base (76e1897) to head (aad320f).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/ZeroDimensionalArrays.jl 94.44% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main      #42      +/-   ##
===========================================
- Coverage   100.00%   98.82%   -1.18%     
===========================================
  Files            1        1              
  Lines           69       85      +16     
===========================================
+ Hits            69       84      +15     
- Misses           0        1       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nsajko nsajko merged commit 9a03ade into JuliaArrays:main Sep 18, 2025
6 of 8 checks passed
@nsajko nsajko deleted the b branch September 18, 2025 20:27
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.

feature: add zero dim arrays of singleton type: struct ZeroDimArrayInTypeParameter{Element} end

1 participant