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

Try to get code coverage upload working #233

Closed dkarrasch closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 99.68%. Comparing base (4c95579) to head (2dd1e61). Report is 7 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #233 +/- ## ======================================= Coverage 99.68% 99.68% ======================================= Files 22 22 Lines 1591 1592 +1 ======================================= + Hits 1586 1587 +1 Misses 5 5 ```

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

dkarrasch commented 3 months ago

Halleluja! There was an old codecov token that was overriding the org token. I deleted it and now it's working, I think even without this PR, so I'll close it.