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 81 commits into
base: development
Choose a base branch
from
Open

Feature: stacktrace support #85

wants to merge 81 commits into from

Conversation

DNKpp
Copy link
Owner

@DNKpp DNKpp commented Dec 20, 2024

  • remove c++23 from default build pipeline
  • use official cpptrace release

@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.12% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7e3ab37) 1113 1108 99.55%
Head commit (ae3b69e) 1197 (+84) 1193 (+85) 99.67% (+0.12%)

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) 112 112 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 12573429629

Details

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

Totals Coverage Status
Change from base Build 12573042615: 0.1%
Covered Lines: 1193
Relevant Lines: 1197

💛 - Coveralls

Copy link

codecov bot commented Dec 20, 2024

Codecov Report

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

Project coverage is 96.82%. Comparing base (7e3ab37) to head (ae3b69e).

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.82%   +0.23%     
===============================================
  Files               20       20              
  Lines             1113     1197      +84     
  Branches           385      411      +26     
===============================================
+ Hits              1075     1159      +84     
  Misses              10       10              
  Partials            28       28              

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

@DNKpp DNKpp closed this Dec 29, 2024
@DNKpp DNKpp deleted the dev/Stacktrace branch December 29, 2024 21:44
@DNKpp DNKpp restored the dev/Stacktrace branch December 29, 2024 21:45
@DNKpp DNKpp reopened this Dec 29, 2024
@DNKpp DNKpp force-pushed the dev/Stacktrace branch 3 times, most recently from e1eac29 to da58c63 Compare January 1, 2025 15:39
DNKpp added 28 commits January 1, 2025 18:54
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