JuliaLang / Compat.jl

Compatibility across Julia versions
Other
145 stars 117 forks source link

Backport `public` support to release-3 #808

Closed LilithHafner closed 10 months ago

LilithHafner commented 10 months ago

cc @lgoettgens

codecov[bot] commented 10 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (2ad6ee4) 81.92% compared to head (df2b47d) 82.33%.

Files Patch % Lines
src/compatmacro.jl 95.65% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-3 #808 +/- ## ============================================= + Coverage 81.92% 82.33% +0.40% ============================================= Files 4 4 Lines 791 815 +24 ============================================= + Hits 648 671 +23 - Misses 143 144 +1 ```

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

lgoettgens commented 10 months ago

The failure in 1.2 and older seems to be genuine (see https://github.com/JuliaLang/Compat.jl/actions/runs/6909455727/job/18800838907?pr=808#step:6:172).

lgoettgens commented 10 months ago

Gentle bump