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

Ability to add exclusions to grcov#90

Open
xnuter wants to merge 2 commits intoactions-rs:masterfrom
xnuter:master
Open

Ability to add exclusions to grcov#90
xnuter wants to merge 2 commits intoactions-rs:masterfrom
xnuter:master

Conversation

@xnuter
Copy link
Copy Markdown

@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
Copy Markdown

@mizuno-gsinet can we get the PR merged?

@xnuter
Copy link
Copy Markdown
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