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

Dev quality-of-life improvements (better test backtraces in CI and locally; faster test builds; RUST_BACKTRACE=1 by default) #1603

Merged
merged 5 commits into from
Nov 2, 2024

Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace

5672b30
Select commit
Loading
Failed to load commit list.
Merged

Dev quality-of-life improvements (better test backtraces in CI and locally; faster test builds; RUST_BACKTRACE=1 by default) #1603

Have `cargo` use `RUST_BACKTRACE=1` by default in this workspace
5672b30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 2, 2024 in 0s

56.30% (+0.00%) compared to 4b7f973

View this Pull Request on Codecov

56.30% (+0.00%) compared to 4b7f973

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.30%. Comparing base (4b7f973) to head (5672b30).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1603   +/-   ##
=======================================
  Coverage   56.30%   56.30%           
=======================================
  Files         148      148           
  Lines       19062    19062           
=======================================
+ Hits        10732    10733    +1     
+ Misses       8330     8329    -1     

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