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(torii): fetch and process erc721 metadata and image #2544

Open
wants to merge 1 commit into
base: spr/main/bc10539f
Choose a base branch
from

feat(torii): fetch and process erc721 metadata and image

624919a
Select commit
Loading
Failed to load commit list.
Open

feat(torii): fetch and process erc721 metadata and image #2544

feat(torii): fetch and process erc721 metadata and image
624919a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 23, 2024 in 1s

68.70% (-0.60%) compared to 79572d8

View this Pull Request on Codecov

68.70% (-0.60%) compared to 79572d8

Details

Codecov Report

Attention: Patch coverage is 13.50575% with 602 lines in your changes missing coverage. Please review.

Project coverage is 68.70%. Comparing base (79572d8) to head (624919a).

Files with missing lines Patch % Lines
crates/torii/core/src/executor.rs 13.17% 257 Missing ⚠️
crates/torii/server/src/artifacts.rs 0.00% 236 Missing ⚠️
bin/torii/src/main.rs 0.00% 36 Missing ⚠️
crates/torii/server/src/proxy.rs 0.00% 29 Missing ⚠️
crates/torii/core/src/sql/erc.rs 0.00% 28 Missing ⚠️
crates/torii/core/src/utils.rs 68.42% 6 Missing ⚠️
crates/torii/core/src/sql/mod.rs 0.00% 5 Missing ⚠️
...orii/core/src/processors/erc721_legacy_transfer.rs 0.00% 2 Missing ⚠️
...rates/torii/core/src/processors/erc721_transfer.rs 0.00% 2 Missing ⚠️
...rates/torii/core/src/processors/metadata_update.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##           spr/main/bc10539f    #2544      +/-   ##
=====================================================
- Coverage              69.29%   68.70%   -0.60%     
=====================================================
  Files                    402      403       +1     
  Lines                  50967    51494     +527     
=====================================================
+ Hits                   35320    35379      +59     
- Misses                 15647    16115     +468     

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