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

Update coverage.yml gh-action to ignore await only lines, #1370

Merged
merged 1 commit into from Aug 11, 2023

Conversation

panarch
Copy link
Member

@panarch panarch commented Aug 10, 2023

Currently there is no way to cover await only lines using grcov.
The main purpose of running code coverage is to check the uncovered line easily but this missing await lines make hard to find uncovered ones.
So update coverage.yml grcov --excl-line option to ignore await only lines.

Currently there is no way to cover await only lines using grcov.
The main purpose of running code coverage is to check the uncovered line easily but this missing await lines make hard to find uncovered ones.
So update coverage.yml grcov --excl-line option to ignore await only lines.
@panarch panarch self-assigned this Aug 10, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5820312373

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.5%) to 99.053%

Totals Coverage Status
Change from base Build 5776131115: 0.5%
Covered Lines: 46732
Relevant Lines: 47179

💛 - Coveralls

@panarch panarch merged commit d13577c into main Aug 11, 2023
10 checks passed
@panarch panarch deleted the ignore-await-only-line-in-grcov-gh-action branch August 11, 2023 01:55
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.

None yet

3 participants