JuliaStats / PDMats.jl

Uniform Interface for positive definite matrices of various structures
Other
104 stars 43 forks source link

Test LTS #166

Closed devmotion closed 2 years ago

devmotion commented 2 years ago

I think it would be good to test the new LTS as well.

codecov-commenter commented 2 years ago

Codecov Report

Merging #166 (16b8aec) into master (ec732d6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #166   +/-   ##
=======================================
  Coverage   90.19%   90.19%           
=======================================
  Files           8        8           
  Lines         418      418           
=======================================
  Hits          377      377           
  Misses         41       41           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ec732d6...16b8aec. Read the comment docs.

devmotion commented 2 years ago

Test errors with Julia nightly are unrelated, known (exist e.g. also on the master branch), and caused by BandedMatrices. https://github.com/JuliaMatrices/BandedMatrices.jl/pull/258 should fix them.

devmotion commented 2 years ago

I'll merge before #165 so we can run tests with 1.6 there as well.