jonniedie / ComponentArrays.jl

Arrays with arbitrarily nested named components.
MIT License
291 stars 35 forks source link

Support empty components #162

Closed YichengDWu closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #162 (4ad2408) into master (f095e15) will decrease coverage by 0.05%. The diff coverage is 90.00%.

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
- Coverage   76.93%   76.88%   -0.06%     
==========================================
  Files          20       20              
  Lines         594      597       +3     
==========================================
+ Hits          457      459       +2     
- Misses        137      138       +1     
Impacted Files Coverage Δ
src/componentarray.jl 81.88% <80.00%> (-0.52%) :arrow_down:
src/utils.jl 96.96% <100.00%> (+0.09%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more