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

Add gcovr config file #67

Merged

Conversation

ClausKlein
Copy link
Contributor

@ClausKlein ClausKlein commented Sep 3, 2023

It helps to simple do:

bash-5.2$ gcovr . 
lines: 17.2% (36 out of 209)
functions: 9.7% (3 out of 31)
branches: 7.8% (49 out of 628)
calls: 0.0% (0 out of 0)
bash-5.2$ 

@codecov-commenter
Copy link

codecov-commenter commented Sep 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: -3.04% ⚠️

Comparison is base (d19d892) 24.70% compared to head (18b5c97) 21.66%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
- Coverage   24.70%   21.66%   -3.04%     
==========================================
  Files           6        5       -1     
  Lines         251      240      -11     
  Branches      142      130      -12     
==========================================
- Hits           62       52      -10     
  Misses        181      181              
+ Partials        8        7       -1     
Flag Coverage Δ
Linux 11.17% <ø> (-5.27%) ⬇️
Windows 21.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lefticus lefticus merged commit 8882ce9 into cpp-best-practices:main Mar 18, 2024
23 of 31 checks passed
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.

3 participants