Skip to content

Commit

Permalink
Merge pull request #776 from MoralisWeb3/enable-solutils-test-coverage
Browse files Browse the repository at this point in the history
test: re-add solUtils test coverage
  • Loading branch information
ErnoW authored Oct 25, 2022
2 parents 69459ee + c9d1399 commit ec670b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ jobs:
evm-api, ./packages/evmApi/coverage/coverage-summary.json
common-evm-utils, ./packages/common/evmUtils/coverage/coverage-summary.json
sol-api, ./packages/solApi/coverage/coverage-summary.json
sol-utils, ./packages/solUtils/coverage/coverage-summary.json
common-sol-utils, ./packages/common/solUtils/coverage/coverage-summary.json
common-streams-utils, ./packages/common/streamsUtils/coverage/coverage-summary.json
streams, ./packages/streams/coverage/coverage-summary.json

1 comment on commit ec670b2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test coverage

Title Lines Statements Branches Functions
api-utils Coverage: 60%
60.45% (295/488) 44.62% (54/121) 64.48% (69/107)
auth Coverage: 100%
100% (143/143) 90.9% (20/22) 100% (42/42)
core Coverage: 89%
90.23% (573/635) 75.3% (122/162) 84.09% (111/132)
evm-api Coverage: 82%
81.46% (466/572) 16.56% (54/326) 64.3% (191/297)
common-evm-utils Coverage: 62%
63.05% (669/1061) 35.01% (104/297) 30.43% (112/368)
sol-api Coverage: 100%
100% (20/20) 66.66% (4/6) 100% (6/6)
common-sol-utils Coverage: 67%
67.03% (120/179) 63.15% (12/19) 46.26% (31/67)
common-streams-utils Coverage: 95%
95.6% (674/705) 97.93% (190/194) 100% (244/244)
streams Coverage: 82%
82.72% (388/469) 64% (64/100) 73.6% (92/125)

Please sign in to comment.