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

Start parsing the chunks file with serde #31

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

fix CI failures

56391d0
Select commit
Loading
Failed to load commit list.
Open

Start parsing the chunks file with serde #31

fix CI failures
56391d0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 19, 2024 in 1s

96.77% (-1.75%) compared to 06b8472

View this Pull Request on Codecov

96.77% (-1.75%) compared to 06b8472

Details

Codecov Report

Attention: Patch coverage is 76.67845% with 66 lines in your changes missing coverage. Please review.

Project coverage is 96.77%. Comparing base (06b8472) to head (56391d0).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
core/src/parsers/pyreport/chunks.rs 75.29% 63 Missing ⚠️
core/src/report/pyreport/types.rs 85.71% 2 Missing ⚠️
core/src/report/models.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   98.52%   96.77%   -1.75%     
==========================================
  Files          21       19       -2     
  Lines        6772     4999    -1773     
==========================================
- Hits         6672     4838    -1834     
- Misses        100      161      +61     
Components Coverage Δ
core 96.87% <76.67%> (-1.74%) ⬇️
bindings 79.31% <ø> (ø)
python 100.00% <ø> (ø)

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