tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
490 stars 31 forks source link

Disable some tests #16

Closed tshort closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #16 into master will decrease coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
- Coverage   91.11%   91.09%   -0.03%     
==========================================
  Files          12       12              
  Lines         439      449      +10     
==========================================
+ Hits          400      409       +9     
- Misses         39       40       +1
Impacted Files Coverage Δ
src/helpers/standalone-exe.jl 95% <100%> (+0.71%) :arrow_up:
src/helpers/juliaconfig.jl 88.88% <0%> (-2.42%) :arrow_down:
src/helpers/helpers.jl 85.71% <0%> (+2.38%) :arrow_up:

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 153c009...38646fb. Read the comment docs.

tshort commented 4 years ago

Wow, it feels like things are falling apart. I disable more stuff, and more test failures pop up.

tshort commented 4 years ago

And, failures are intermittent. There must be a race condition somewhere. Will merge for now.