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

Change reduce(vcat, itr) to reduce(vcat, [itr]) #444

Merged
merged 6 commits into from
Jul 12, 2024

Another attempt

6cb5efa
Select commit
Loading
Failed to load commit list.
Merged

Change reduce(vcat, itr) to reduce(vcat, [itr]) #444

Another attempt
6cb5efa
Select commit
Loading
Failed to load commit list.
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

Impacted file tree graph

@@           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%> (ø)