JuliaCI / Coverage.jl

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

Re-enable Coveralls submission from CI #310

Closed vtjnash closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #310 (30621f2) into master (e0655f8) will increase coverage by 0.51%. The diff coverage is n/a.

:exclamation: Current head 30621f2 differs from pull request most recent head 8f2817d. Consider uploading reports for the commit 8f2817d to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #310      +/-   ##
==========================================
+ Coverage   90.25%   90.76%   +0.51%     
==========================================
  Files           2        2              
  Lines         195      195              
==========================================
+ Hits          176      177       +1     
+ Misses         19       18       -1     
Impacted Files Coverage Δ
src/coveralls.jl 94.17% <0.00%> (-1.95%) :arrow_down:
src/codecovio.jl 86.95% <0.00%> (+3.26%) :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 e0655f8...8f2817d. Read the comment docs.

DilumAluthge commented 3 years ago

@vtjnash Any idea why this is failing?

vtjnash commented 3 years ago

Probably a coveralls bug. Perhaps if we use the new API, it will bypass their bug (https://github.com/JuliaCI/Coverage.jl/pull/304), otherwise we may need to message them for a fix

vtjnash commented 3 years ago

Oh, perhaps it is one of these issues: https://github.com/lemurheavy/coveralls-public/issues/1527