JuliaLang / PackageCompiler.jl

Compile your Julia Package
https://julialang.github.io/PackageCompiler.jl/dev/
MIT License
1.4k stars 186 forks source link

Update LazyArtifacts compat to include `<0.0.1` #890

Closed sharanry closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Merging #890 (97cea44) into master (254c988) will increase coverage by 0.27%. Report is 2 commits behind head on master. The diff coverage is n/a.

:exclamation: Current head 97cea44 differs from pull request most recent head 3f529cc. Consider uploading reports for the commit 3f529cc to get more accurate results

@@            Coverage Diff             @@
##           master     #890      +/-   ##
==========================================
+ Coverage   84.26%   84.53%   +0.27%     
==========================================
  Files           3        3              
  Lines         801      815      +14     
==========================================
+ Hits          675      689      +14     
  Misses        126      126              

see 1 file with indirect coverage changes

KristofferC commented 8 months ago

This should probably be done for all stdlib entries.

(N.b, this is to work around a bug in Pkg for < 1.9 with compat on stdlibs).

sharanry commented 8 months ago

@KristofferC any idea why the tests are failing?