JuliaCI / Coverage.jl

Take Julia code coverage and memory allocation results, do useful things with them
MIT License
174 stars 68 forks source link

Support COVERALLS_PARALLEL environment variable #250

Closed vtjnash closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #250 into master will increase coverage by 0.08%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #250      +/-   ##
==========================================
+ Coverage   90.22%   90.31%   +0.08%     
==========================================
  Files           6        6              
  Lines         348      351       +3     
==========================================
+ Hits          314      317       +3     
  Misses         34       34
Impacted Files Coverage Δ
src/coveralls.jl 81.08% <100%> (+0.79%) :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 9e3c9e2...15bc126. Read the comment docs.

vtjnash commented 4 years ago

I'll be happy to review this again once it has stabilized.

Yeah, was just making all of the edits in the GitHub editor, so I could only do one file at a time. If it wasn't clear, it should be done now. I planned to squash-and-merge.