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(erc721): add pausable as an independent extension #245

Closed
wants to merge 3 commits into from

++

c7da5dd
Select commit
Loading
Failed to load commit list.
Closed

feat(erc721): add pausable as an independent extension #245

++
c7da5dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 15, 2024 in 1s

82.5% (-1.8%) compared to 111b166

View this Pull Request on Codecov

82.5% (-1.8%) compared to 111b166

Details

Codecov Report

Attention: Patch coverage is 52.04082% with 141 lines in your changes missing coverage. Please review.

Project coverage is 82.5%. Comparing base (111b166) to head (c7da5dd).

Files Patch % Lines
contracts/src/token/erc721/extensions/pausable.rs 53.5% 132 Missing ⚠️
contracts/src/token/erc721/mod.rs 0.0% 3 Missing ⚠️
contracts/src/utils/pausable.rs 25.0% 3 Missing ⚠️
contracts/src/utils/structs/checkpoints.rs 0.0% 3 Missing ⚠️
Additional details and impacted files
Files Coverage Δ
...ntracts/src/token/erc721/extensions/consecutive.rs 65.1% <ø> (+0.7%) ⬆️
contracts/src/token/erc721/mod.rs 95.7% <0.0%> (-0.3%) ⬇️
contracts/src/utils/pausable.rs 80.6% <25.0%> (-2.1%) ⬇️
contracts/src/utils/structs/checkpoints.rs 96.5% <0.0%> (-1.1%) ⬇️
contracts/src/token/erc721/extensions/pausable.rs 53.5% <53.5%> (ø)