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

feat(hugr-sexpr): Add s-expression library. #1208

Closed
wants to merge 9 commits into from

fix: pretty print infinity, -infinity and NaN correctly.

2a898f1
Select commit
Loading
Failed to load commit list.
Closed

feat(hugr-sexpr): Add s-expression library. #1208

fix: pretty print infinity, -infinity and NaN correctly.
2a898f1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 25, 2024 in 0s

86.98% (-0.06%) compared to bcc1e2d

View this Pull Request on Codecov

86.98% (-0.06%) compared to bcc1e2d

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 119 lines in your changes missing coverage. Please review.

Project coverage is 86.98%. Comparing base (bcc1e2d) to head (2a898f1).
Report is 1 commits behind head on main.

Files Patch % Lines
hugr-sexpr-derive/src/input.rs 91.07% 16 Missing and 3 partials ⚠️
hugr-sexpr/src/lib.rs 80.41% 19 Missing ⚠️
hugr-sexpr/src/output.rs 73.97% 18 Missing and 1 partial ⚠️
hugr-sexpr/src/input.rs 74.24% 15 Missing and 2 partials ⚠️
hugr-sexpr-derive/src/output.rs 84.69% 12 Missing and 3 partials ⚠️
hugr-sexpr/src/read.rs 86.27% 11 Missing and 3 partials ⚠️
hugr-sexpr-derive/src/common.rs 76.92% 4 Missing and 5 partials ⚠️
hugr-sexpr/src/escape.rs 87.71% 4 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1208      +/-   ##
==========================================
- Coverage   87.03%   86.98%   -0.06%     
==========================================
  Files         100      110      +10     
  Lines       18918    19751     +833     
  Branches    16935    17768     +833     
==========================================
+ Hits        16466    17180     +714     
- Misses       1676     1775      +99     
- Partials      776      796      +20     

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