valor icon indicating copy to clipboard operation
valor copied to clipboard

basic integration with iterators

Open phelmkamp opened this issue 2 years ago • 2 comments

phelmkamp avatar Jul 25 '23 03:07 phelmkamp

Codecov Report

Patch coverage: 98.01% and project coverage change: +0.98% :tada:

Comparison is base (86455b2) 93.96% compared to head (2b106dd) 94.95%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   93.96%   94.95%   +0.98%     
==========================================
  Files           8        9       +1     
  Lines         315      416     +101     
==========================================
+ Hits          296      395      +99     
- Misses         17       19       +2     
  Partials        2        2              
Files Changed Coverage Δ
optional/value.go 98.18% <0.00%> (-1.82%) :arrow_down:
result/result.go 100.00% <ø> (ø)
tuple/four/four_tuple.go 80.00% <ø> (ø)
tuple/singleton/singleton.go 41.66% <ø> (ø)
tuple/three/three_tuple.go 80.00% <ø> (ø)
value/value.go 100.00% <ø> (ø)
optional/iter.go 100.00% <100.00%> (ø)
tuple/two/two_tuple.go 68.42% <100.00%> (+11.27%) :arrow_up:

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Jul 25 '23 03:07 codecov-commenter

Min and max need to handle 1-element case

phelmkamp avatar Jul 26 '23 02:07 phelmkamp