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

Feature: stacktrace support #85

Open
wants to merge 59 commits into
base: development
Choose a base branch
from
Open

Feature: stacktrace support #85

wants to merge 59 commits into from

Conversation

DNKpp
Copy link
Owner

@DNKpp DNKpp commented Dec 20, 2024

No description provided.

@DNKpp DNKpp added the enhancement New feature or request label Dec 20, 2024
Copy link

codacy-production bot commented Dec 20, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.03% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (1b7c808) 1113 1108 99.55%
Head commit (565d8a8) 1191 (+78) 1186 (+78) 99.58% (+0.03%)

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 (#85) 97 97 100.00%

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 stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@coveralls
Copy link

coveralls commented Dec 20, 2024

Pull Request Test Coverage Report for Build 12474602515

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.03%) to 99.58%

Files with Coverage Reduction New Missed Lines %
__w/mimicpp/mimicpp/include/mimic++/Expectation.hpp 1 99.17%
Totals Coverage Status
Change from base Build 12469777681: 0.03%
Covered Lines: 1186
Relevant Lines: 1191

💛 - Coveralls

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

Attention: Patch coverage is 94.84536% with 5 lines in your changes missing coverage. Please review.

Project coverage is 96.38%. Comparing base (1b7c808) to head (565d8a8).

Files with missing lines Patch % Lines
include/mimic++/Reports.hpp 78.94% 0 Missing and 4 partials ⚠️
include/mimic++/InterfaceMock.hpp 80.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           development      #85      +/-   ##
===============================================
- Coverage        96.58%   96.38%   -0.20%     
===============================================
  Files               20       20              
  Lines             1113     1191      +78     
  Branches           385      411      +26     
===============================================
+ Hits              1075     1148      +73     
- Misses              10       11       +1     
- Partials            28       32       +4     

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

DNKpp added 26 commits December 24, 2024 00:28
…MICPP_CONFIG_EXPERIMENTAL_STACKTRACE and add optional dependency cpptrace v0.7.3
DNKpp added 26 commits December 24, 2024 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants