JuliaCI / Coverage.jl

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

document `COV_EXCL_START`, `COV_EXCL_STOP` and `COV_EXCL_LINE` #335

Closed t-bltg closed 1 year ago

t-bltg commented 2 years ago

Fix https://github.com/JuliaCI/Coverage.jl/issues/326.

@IainNZ, @fingolfin or @kshyatt, bump ?

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 3404183565


Files with Coverage Reduction New Missed Lines %
src/coveralls.jl 2 94.74%
src/codecovio.jl 3 87.39%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 2585549201: 0.1%
Covered Lines: 205
Relevant Lines: 225

💛 - Coveralls
codecov[bot] commented 2 years ago

Codecov Report

Merging #335 (94ae19a) into master (1bc2ab4) will increase coverage by 0.44%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
+ Coverage   90.66%   91.11%   +0.44%     
==========================================
  Files           2        2              
  Lines         225      225              
==========================================
+ Hits          204      205       +1     
+ Misses         21       20       -1     
Impacted Files Coverage Δ
src/coveralls.jl 94.73% <0.00%> (-1.76%) :arrow_down:
src/codecovio.jl 87.38% <0.00%> (+2.70%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

kshyatt commented 1 year ago

LGTM. Any barrier to merging this?

vtjnash commented 1 year ago

Maybe should be over on CoverageTools.jl, since this is not a feature here anymore?