JuliaLang / PackageCompiler.jl

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

Fix git-tree-sha1 in Artifacts.toml #915

Closed nhz2 closed 6 months ago

nhz2 commented 6 months ago

This can be fixed now. I think thanks to https://github.com/JuliaLang/Pkg.jl/pull/3349

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (a682aa4) 84.62% compared to head (6958abe) 84.62%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #915 +/- ## ======================================= Coverage 84.62% 84.62% ======================================= Files 3 3 Lines 826 826 ======================================= Hits 699 699 Misses 127 127 ```

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

KristofferC commented 6 months ago

Thanks!