vechain / thor-devkit.js

Typescript library to aid DApp development on VeChain Thor
MIT License
39 stars 30 forks source link

feat: Add coverage for: User defined number of bytes, Not found element into Bloom filter tests #55

Closed rodolfopietro97 closed 1 year ago

rodolfopietro97 commented 1 year ago

Greetings, team. I have created the following pull request aiming to enhance the code coverage of the bloom filter tests. Specifically, the proposed modifications target two instances:

These amendments aim to improve the robustness and reliability of our bloom filter tests, ensuring a more comprehensive evaluation of its performance and functionality.

Code coverage BEFORE:

image image

Code coverage AFTER:

image image
coveralls commented 1 year ago

Coverage Status

coverage: 91.837% (+0.5%) from 91.293% when pulling 8cf8ffeeb5ca7909c799d1492b90a0719920b020 on rodolfopietro97:increase-code-coverage-bloom-filter into b35914b5da547628895c627ab6b3abc72264ffef on vechain:master.