SparseArrays.jl
SparseArrays.jl copied to clipboard
CI: Respect `[compat]` entries for test-only deps when running in Base Julia's Buildkite CI; run the `ambiguous` testgroup in Buildkite CI; mark `Aqua.test_project_toml_formatting` as `@test_skip`
Reverts much of https://github.com/JuliaSparse/SparseArrays.jl/pull/471
This PR introduces a framework for installing test deps during stdlib CI in a way that respects [compat] entries. We can likely use this same framework in other stdlib repos.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f154de2) 85.64% compared to head (879a806) 85.69%.
Additional details and impacted files
@@ Coverage Diff @@
## main #472 +/- ##
==========================================
+ Coverage 85.64% 85.69% +0.04%
==========================================
Files 13 13
Lines 8861 8861
==========================================
+ Hits 7589 7593 +4
+ Misses 1272 1268 -4
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Anything further to be done here?