grcov icon indicating copy to clipboard operation
grcov copied to clipboard

Ability to add exclusions to grcov

Open xnuter opened this issue 3 years ago • 2 comments

Added ability to provide the following parameters via config:

        --excl-br-line <regex>
            Lines in covered files containing this marker will be excluded from branch coverage.

        --excl-br-start <regex>
            Marks the end of a section excluded from branch coverage. The current line is part of this section.

        --excl-br-stop <regex>
            Marks the end of a section excluded from branch coverage. The current line is part of this section.

        --excl-line <regex>
            Lines in covered files containing this marker will be excluded.

        --excl-start <regex>
            Marks the beginning of an excluded section. The current line is part of this section.

        --excl-stop <regex>
            Marks the end of an excluded section. The current line is part of this section.

https://github.com/actions-rs/grcov/issues/80

xnuter avatar Aug 18 '20 15:08 xnuter

@mizuno-gsinet can we get the PR merged?

zbraniecki avatar Nov 07 '20 15:11 zbraniecki

@mizuno-gsinet can we get the PR merged?

It seems this repository has been forsaken.

xnuter avatar Nov 13 '20 18:11 xnuter