JuliaCI / PkgTemplates.jl

Create new Julia packages, the easy way
https://juliaci.github.io/PkgTemplates.jl
MIT License
640 stars 101 forks source link

Mark broken interactive test as broken #444

Closed gdalle closed 11 months ago

gdalle commented 11 months ago

Partial answer for #434 until we fix it

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (84bc934) 92.91% compared to head (a7f5f89) 54.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #444 +/- ## =========================================== - Coverage 92.91% 54.70% -38.21% =========================================== Files 23 23 Lines 734 733 -1 =========================================== - Hits 682 401 -281 - Misses 52 332 +280 ```

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

oxinabox commented 11 months ago

The failures on 1.7.2 are real https://github.com/JuliaCI/PkgTemplates.jl/actions/runs/7219646408/job/19671050381?pr=444#step:7:2870 But unrelated to this PR. Should be fixed once rebased on top of https://github.com/JuliaCI/PkgTemplates.jl/pull/443