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

C Sharp stacktrace parsing #186

Merged
merged 11 commits into from
Mar 18, 2024

Delimiter string filtering has been moved from parse_stacktrace to ex…

7a48407
Select commit
Loading
Failed to load commit list.
Merged

C Sharp stacktrace parsing #186

Delimiter string filtering has been moved from parse_stacktrace to ex…
7a48407
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 18, 2024 in 0s

62.70% (+0.25%) compared to c040cea

View this Pull Request on Codecov

62.70% (+0.25%) compared to c040cea

Details

Codecov Report

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

Project coverage is 62.70%. Comparing base (c040cea) to head (7a48407).

Files Patch % Lines
casr/src/bin/casr-cli.rs 0.00% 9 Missing ⚠️
libcasr/src/csharp.rs 87.14% 9 Missing ⚠️
libcasr/src/report.rs 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #186      +/-   ##
==========================================
+ Coverage   62.45%   62.70%   +0.25%     
==========================================
  Files          32       33       +1     
  Lines        5327     5414      +87     
==========================================
+ Hits         3327     3395      +68     
- Misses       2000     2019      +19     

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