BooleanCat / go-functional

go-functional is a library of iterators to augment the standard library
MIT License
405 stars 23 forks source link

Disable caching in Go action in CI #95

Closed BooleanCat closed 7 months ago

BooleanCat commented 7 months ago

Please provide a brief description of the change.

Actions is spitting out warnings about caching not working because there's no go.sum file. This makes sense because there are no dependencies. To remove this noisy warning caching is disabled.

Which issue does this change relate to?

None.

Contribution checklist.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e2fead3) 100.00% compared to head (fe23ff2) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #95 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 24 24 Lines 575 575 ========================================= Hits 575 575 ```

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