JuliaLinearAlgebra / LinearMaps.jl

A Julia package for defining and working with linear maps, also known as linear transformations or linear operators acting on vectors. The only requirement for a LinearMap is that it can act on a vector (by multiplication) efficiently.
Other
303 stars 42 forks source link

Streamline ci.yml #234

Closed dkarrasch closed 3 months ago

dkarrasch commented 3 months ago

This polishes the ci.yml file a bit. It reduces the size of the version-matrix and excludes the buggy MacOS v1.6 case. It also adds permissions which are necessary(?)/recommended by the cache action.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 99.30%. Comparing base (4c95579) to head (71dec86). Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #234 +/- ## ========================================== - Coverage 99.68% 99.30% -0.38% ========================================== Files 22 22 Lines 1591 1591 ========================================== - Hits 1586 1580 -6 - Misses 5 11 +6 ```

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