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

Codegen: convert Arc<Box<T>> to Arc<T> #235

Merged
merged 2 commits into from
Sep 25, 2024

example: update to match new ttrpc-compiler

444a490
Select commit
Loading
Failed to load commit list.
Merged

Codegen: convert Arc<Box<T>> to Arc<T> #235

example: update to match new ttrpc-compiler
444a490
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 25, 2024 in 0s

24.74% (-0.23%) compared to a9198f2

View this Pull Request on Codecov

24.74% (-0.23%) compared to a9198f2

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.74%. Comparing base (a9198f2) to head (444a490).
Report is 17 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #235      +/-   ##
==========================================
- Coverage   24.97%   24.74%   -0.23%     
==========================================
  Files          16       16              
  Lines        2651     2675      +24     
==========================================
  Hits          662      662              
- Misses       1989     2013      +24     

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