Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Ability to add exclusions to grcov #90

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

xnuter
Copy link

@xnuter xnuter commented Aug 18, 2020

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.

#80

@zbraniecki
Copy link

@mizuno-gsinet can we get the PR merged?

@xnuter
Copy link
Author

xnuter commented Nov 13, 2020

@mizuno-gsinet can we get the PR merged?

It seems this repository has been forsaken.

rraval added a commit to rraval/git-nomad that referenced this pull request Jan 9, 2022
actions-rs/grcov#90 has been dangling for a
while and exclusions would be nice.
rraval pushed a commit to rraval/actions-rs-grcov that referenced this pull request Jan 10, 2022
This is merely a squashed version of
actions-rs#90 with an `npm run build`
thrown in.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants