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

fix(i): JSON object default value panic #3156

Closed

add data format change doc

b75cf79
Select commit
Loading
Failed to load commit list.
Closed

fix(i): JSON object default value panic #3156

add data format change doc
b75cf79
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2024 in 1s

78.14% (+0.15%) compared to b268c0b

View this Pull Request on Codecov

78.14% (+0.15%) compared to b268c0b

Details

Codecov Report

Attention: Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.14%. Comparing base (b268c0b) to head (b75cf79).

Files with missing lines Patch % Lines
internal/lens/fetcher.go 75.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #3156      +/-   ##
===========================================
+ Coverage    77.98%   78.14%   +0.15%     
===========================================
  Files          354      354              
  Lines        34669    34674       +5     
===========================================
+ Hits         27036    27093      +57     
+ Misses        6003     5966      -37     
+ Partials      1630     1615      -15     
Files with missing lines Coverage Δ
client/definitions.go 76.24% <100.00%> (+0.60%) ⬆️
internal/db/fetcher/encoded_doc.go 73.63% <100.00%> (ø)
internal/db/fetcher/fetcher.go 78.55% <100.00%> (ø)
internal/db/fetcher/indexer.go 83.92% <100.00%> (ø)
internal/lens/fetcher.go 71.63% <75.00%> (+1.40%) ⬆️

... and 14 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b268c0b...b75cf79. Read the comment docs.