PackageCompiler.jl icon indicating copy to clipboard operation
PackageCompiler.jl copied to clipboard

add test for https://github.com/JuliaLang/julia/issues/34680

Open KristofferC opened this issue 5 years ago • 3 comments

Add a test for https://github.com/JuliaLang/julia/issues/34680. This should (hopefully) fail on Windows and pass when https://github.com/JuliaLang/julia/pull/34754 is merged.

KristofferC avatar Feb 17 '20 14:02 KristofferC

Codecov Report

Merging #341 into master will decrease coverage by 4.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #341      +/-   ##
==========================================
- Coverage   83.98%   79.93%   -4.05%     
==========================================
  Files           2        2              
  Lines         331      324       -7     
==========================================
- Hits          278      259      -19     
- Misses         53       65      +12
Impacted Files Coverage Δ
src/juliaconfig.jl 80.64% <0%> (-9.68%) :arrow_down:
src/PackageCompiler.jl 79.86% <0%> (-3.47%) :arrow_down:

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 8a8bdc6...5bb6790. Read the comment docs.

codecov-io avatar Feb 17 '20 17:02 codecov-io

Needs a rebase?

DilumAluthge avatar Feb 18 '20 07:02 DilumAluthge