Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document COV_EXCL_START, COV_EXCL_STOP and COV_EXCL_LINE #335

Merged
merged 2 commits into from
Dec 12, 2022

Conversation

t-bltg
Copy link
Contributor

@t-bltg t-bltg commented Oct 21, 2022

Fix #326.

@IainNZ, @fingolfin or @kshyatt, bump ?

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Nov 6, 2022

Pull Request Test Coverage Report for Build 3404183565

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.1%) to 91.111%

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

💛 - Coveralls

@codecov
Copy link

codecov bot commented Nov 6, 2022

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%) ⬇️
src/codecovio.jl 87.38% <0.00%> (+2.70%) ⬆️

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

@kshyatt
Copy link
Collaborator

kshyatt commented Dec 12, 2022

LGTM. Any barrier to merging this?

@vtjnash
Copy link
Member

vtjnash commented Dec 12, 2022

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

@vtjnash vtjnash merged commit 453ba9f into JuliaCI:master Dec 12, 2022
@t-bltg t-bltg deleted the patch-1 branch December 12, 2022 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document manual exclusion of lines/blocks from coverage count
5 participants