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

preserve the backtrace in case of crashes #1573

Merged
merged 1 commit into from Jan 22, 2023
Merged

Conversation

sylvestre
Copy link
Collaborator

@codecov-commenter
Copy link

codecov-commenter commented Jan 22, 2023

Codecov Report

Base: 31.04% // Head: 31.05% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (a0b09d1) compared to base (c38b6ba).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1573      +/-   ##
==========================================
+ Coverage   31.04%   31.05%   +0.01%     
==========================================
  Files          48       48              
  Lines       16568    16568              
  Branches     7927     7923       -4     
==========================================
+ Hits         5144     5146       +2     
+ Misses       6070     6069       -1     
+ Partials     5354     5353       -1     
Impacted Files Coverage Δ
src/jobserver.rs 47.91% <0.00%> (-2.09%) ⬇️
src/test/utils.rs 36.36% <0.00%> (-2.03%) ⬇️
src/cache/cache.rs 39.46% <0.00%> (-0.39%) ⬇️
src/compiler/compiler.rs 35.95% <0.00%> (-0.36%) ⬇️
src/compiler/gcc.rs 55.52% <0.00%> (-0.31%) ⬇️
src/server.rs 32.46% <0.00%> (-0.11%) ⬇️
src/compiler/c.rs 39.35% <0.00%> (ø)
src/compiler/rust.rs 34.07% <0.00%> (ø)
src/lib.rs 10.82% <0.00%> (+0.05%) ⬆️
src/compiler/msvc.rs 43.48% <0.00%> (+0.13%) ⬆️
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sylvestre sylvestre requested a review from drahnr January 22, 2023 20:31
@sylvestre sylvestre merged commit c4d7aef into main Jan 22, 2023
@sylvestre sylvestre deleted the sylvestre-patch-1 branch January 22, 2023 21:13
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.

None yet

3 participants