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

Enhance reporting #12

Merged
merged 68 commits into from
May 7, 2024
Merged

Enhance reporting #12

merged 68 commits into from
May 7, 2024

Conversation

DNKpp
Copy link
Owner

@DNKpp DNKpp commented May 2, 2024

No description provided.

Copy link

codacy-production bot commented May 2, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.50% (target: -1.00%) 98.15%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (761b53b) 1268 1238 97.63%
Head commit (26168e6) 1288 (+20) 1264 (+26) 98.14% (+0.50%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#12) 270 265 98.15%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

@coveralls
Copy link

coveralls commented May 2, 2024

Pull Request Test Coverage Report for Build 8986695495

Details

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

Files with Coverage Reduction New Missed Lines %
__w/mimicpp/mimicpp/include/mimic++/Expectation.hpp 1 98.98%
__w/mimicpp/mimicpp/include/mimic++/ExpectationPolicies.hpp 11 90.76%
Totals Coverage Status
Change from base Build 8913744705: 0.5%
Covered Lines: 632
Relevant Lines: 644

💛 - Coveralls

Copy link

codecov bot commented May 2, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 93.14%. Comparing base (761b53b) to head (26168e6).

Files Patch % Lines
include/mimic++/Reporter.hpp 95.27% 0 Missing and 7 partials ⚠️
include/mimic++/Expectation.hpp 89.36% 1 Missing and 4 partials ⚠️
include/mimic++/ExpectationPolicies.hpp 86.11% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           development      #12      +/-   ##
===============================================
- Coverage        95.83%   93.14%   -2.69%     
===============================================
  Files                9       10       +1     
  Lines              600      598       -2     
  Branches           100      217     +117     
===============================================
- Hits               575      557      -18     
+ Misses              15       12       -3     
- Partials            10       29      +19     

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

DNKpp added 28 commits May 6, 2024 16:53
@DNKpp DNKpp merged commit 26168e6 into development May 7, 2024
45 of 47 checks passed
@DNKpp DNKpp deleted the dev/Reporter branch May 7, 2024 14:08
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.

2 participants