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!: supported esmodule #543

Draft
wants to merge 92 commits into
base: develop
Choose a base branch
from

refactor: fix after merging with develop branch

9681b41
Select commit
Loading
Failed to load commit list.
Draft

feat!: supported esmodule #543

refactor: fix after merging with develop branch
9681b41
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 28, 2023 in 1s

85.71% (-1.13%) compared to ddb4d5e

View this Pull Request on Codecov

85.71% (-1.13%) compared to ddb4d5e

Details

Codecov Report

Merging #543 (9681b41) into develop (ddb4d5e) will decrease coverage by 1.13%.
The diff coverage is 92.77%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #543      +/-   ##
===========================================
- Coverage    86.83%   85.71%   -1.13%     
===========================================
  Files          116      122       +6     
  Lines        23434    24449    +1015     
  Branches      2347     2194     -153     
===========================================
+ Hits         20350    20957     +607     
- Misses        3043     3456     +413     
+ Partials        41       36       -5     
Files Coverage Δ
packages/base/src/blockchain.ts 98.39% <100.00%> (+<0.01%) ⬆️
packages/base/src/utils.ts 73.77% <ø> (-0.54%) ⬇️
packages/ckb-indexer/src/services.ts 76.86% <100.00%> (ø)
packages/codec/src/base.ts 100.00% <100.00%> (ø)
packages/codec/src/index.ts 100.00% <100.00%> (+6.25%) ⬆️
packages/codec/src/molecule/index.ts 100.00% <100.00%> (ø)
packages/codec/src/molecule/layout.ts 99.74% <100.00%> (+<0.01%) ⬆️
packages/common-scripts/src/locktime_pool.ts 81.61% <100.00%> (ø)
packages/common-scripts/src/omnilock.ts 90.26% <100.00%> (+0.56%) ⬆️
packages/crypto/src/crypto.ts 100.00% <100.00%> (ø)
... and 19 more

... and 12 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 ddb4d5e...9681b41. Read the comment docs.