SparseArrays.jl icon indicating copy to clipboard operation
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`

Open DilumAluthge opened this issue 1 year ago • 2 comments

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.

DilumAluthge avatar Nov 15 '23 22:11 DilumAluthge

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.

codecov[bot] avatar Nov 16 '23 00:11 codecov[bot]

Anything further to be done here?

ViralBShah avatar Aug 05 '24 13:08 ViralBShah