Closed ArseniyKholod closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
72eaf4b
) to head (48ae1c9
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Solve #28. I added two small tests to check correctness of
circshift
. There is a bit of recursive calls, but IMHO it's more comprehensible than splitting them into several steps. I hope this corresponds to the