JuliaLang / PrecompileTools.jl

Reduce time-to-first-execution of Julia code
MIT License
204 stars 11 forks source link

Disable all workloads feature #27

Closed bradcarman closed 1 year ago

bradcarman commented 1 year ago

Closes #25

codecov[bot] commented 1 year ago

Codecov Report

Merging #27 (2d48a64) into main (11410b2) will decrease coverage by 0.96%. The diff coverage is 66.66%.

@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   93.18%   92.22%   -0.96%     
==========================================
  Files           3        3              
  Lines          88       90       +2     
==========================================
+ Hits           82       83       +1     
- Misses          6        7       +1     
Impacted Files Coverage Δ
src/workloads.jl 86.27% <66.66%> (-1.49%) :arrow_down:
timholy commented 1 year ago

Thanks!