JuliaCI / Coverage.jl

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

Add pull request number to Coveralls.io #251

Closed vtjnash closed 4 years ago

vtjnash commented 4 years ago

We send it to CodeCov.io, so just copying it over to Coveralls.

codecov-io commented 4 years ago

Codecov Report

Merging #251 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
+ Coverage   90.11%   90.22%   +0.11%     
==========================================
  Files           6        6              
  Lines         344      348       +4     
==========================================
+ Hits          310      314       +4     
  Misses         34       34
Impacted Files Coverage Δ
src/coveralls.jl 80.28% <100%> (+1.17%) :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 5a107c6...cd55255. Read the comment docs.

vtjnash commented 4 years ago

I can't really tell what Coveralls.io does with this to know that it's correct (I suspect it's been inferring the same information successfully), but should be good to go. Will merge in a bit, unless someone chimes in that they wanted to review first.