JuliaObjects / ConstructionBase.jl

Primitives for construction of objects
MIT License
38 stars 22 forks source link

add downstream CI #62

Closed aplavin closed 2 years ago

aplavin commented 2 years ago

Run tests of the most popular (thousands of users, hundreds of dependents) dependent packages that heavily rely on ConstructionBase. Julia 1.6 (LTS), 1 latest, and nightly. yml file originally taken from https://github.com/SciML/SciMLBase.jl/blob/master/.github/workflows/Downstream.yml.

aplavin commented 2 years ago

I think Accessors doctests just don't pass on 1.6.

codecov-commenter commented 2 years ago

Codecov Report

Merging #62 (98bdd4b) into master (a869b6f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #62   +/-   ##
=======================================
  Coverage   98.16%   98.16%           
=======================================
  Files           3        3           
  Lines         109      109           
=======================================
  Hits          107      107           
  Misses          2        2           

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 a869b6f...98bdd4b. Read the comment docs.