You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the source (https://github.com/JuliaCI/CoverageTools.jl/blob/master/src/CoverageTools.jl#L200), Coverage[Tools].jl does support manual exclusion of both individual lines (COV_EXCL_LINE anywhere on the line) and code blocks (anything between lines containing COV_EXCL_START and COV_EXCL_STOP, respectively). I was looking for this and it took me a while to figure out: could this be documented in the README please?
The text was updated successfully, but these errors were encountered:
According to the source (https://github.com/JuliaCI/CoverageTools.jl/blob/master/src/CoverageTools.jl#L200), Coverage[Tools].jl does support manual exclusion of both individual lines (
COV_EXCL_LINE
anywhere on the line) and code blocks (anything between lines containingCOV_EXCL_START
andCOV_EXCL_STOP
, respectively). I was looking for this and it took me a while to figure out: could this be documented in the README please?The text was updated successfully, but these errors were encountered: