Change reduce(vcat, itr)
to reduce(vcat, [itr])
#444
Merged
Codecov / codecov/project
succeeded
Jul 12, 2024 in 1s
90.52% (target 90.00%)
View this Pull Request on Codecov
90.52% (target 90.00%)
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 90.52%. Comparing base (
a2837ae
) to head (6cb5efa
).
Additional details and impacted files
@@ Coverage Diff @@
## master #444 +/- ##
=======================================
Coverage 90.52% 90.52%
=======================================
Files 51 51
Lines 2787 2787
=======================================
Hits 2523 2523
Misses 264 264
Files | Coverage Δ | |
---|---|---|
KomaMRIBase/src/datatypes/Sequence.jl | 92.47% <100.00%> (ø) |
Loading