JuliaLinearAlgebra / BlockBandedMatrices.jl

A Julia package for representing block-banded matrices and banded-block-banded matrices
https://julialinearalgebra.github.io/BlockBandedMatrices.jl/
MIT License
56 stars 13 forks source link

Don't check for Project.toml formatting on v1.6 #162

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

This works around a Pkg bug on v1.6 that doesn't play well with extensions

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.09% :tada:

Comparison is base (67a3f84) 86.89% compared to head (3a0384f) 86.98%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #162 +/- ## ========================================== + Coverage 86.89% 86.98% +0.09% ========================================== Files 10 10 Lines 1190 1176 -14 ========================================== - Hits 1034 1023 -11 + Misses 156 153 -3 ``` [see 4 files with indirect coverage changes](https://app.codecov.io/gh/JuliaLinearAlgebra/BlockBandedMatrices.jl/pull/162/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaLinearAlgebra)

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