JuliaCI / Coverage.jl

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

Coveralls: fix a deprecated HTTP post call #321

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

Fixes #308

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 934165440


Files with Coverage Reduction New Missed Lines %
src/codecovio.jl 2 86.87%
src/coveralls.jl 2 94.29%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 934154514: 0.5%
Covered Lines: 185
Relevant Lines: 204

💛 - Coveralls
codecov[bot] commented 3 years ago

Codecov Report

Merging #321 (b3394b9) into master (ce273bc) will increase coverage by 0.53%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #321      +/-   ##
==========================================
+ Coverage   90.14%   90.68%   +0.53%     
==========================================
  Files           2        2              
  Lines         203      204       +1     
==========================================
+ Hits          183      185       +2     
+ Misses         20       19       -1     
Impacted Files Coverage Δ
src/coveralls.jl 94.28% <100.00%> (-1.87%) :arrow_down:
src/codecovio.jl 86.86% <0.00%> (+3.03%) :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 ce273bc...b3394b9. Read the comment docs.