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

Update e2e alttree fuzz #969

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Update e2e alttree fuzz #969

wants to merge 7 commits into from

Conversation

Mr-Leshiy
Copy link
Contributor

No description provided.

@Mr-Leshiy Mr-Leshiy force-pushed the e2e-alttree-fuzzing branch from de7d388 to 9a700a5 Compare March 23, 2022 09:39
@codecov-commenter
Copy link

codecov-commenter commented Mar 23, 2022

Codecov Report

Merging #969 (007fcf9) into master (5d170e0) will not change coverage.
The diff coverage is 96.77%.

❗ Current head 007fcf9 differs from pull request most recent head 02a29d1. Consider uploading reports for the commit 02a29d1 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #969   +/-   ##
=======================================
  Coverage   90.86%   90.86%           
=======================================
  Files         295      295           
  Lines       21267    21267           
=======================================
  Hits        19324    19324           
  Misses       1943     1943           
Flag Coverage Δ
unittests 90.86% <96.77%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
test/e2e/e2e_utils.hpp 83.33% <ø> (-1.67%) ⬇️
src/pop/third_party/secp256k1/eckey_impl.hpp 34.69% <50.00%> (ø)
...clude/veriblock/pop/blockchain/base_block_tree.hpp 87.17% <100.00%> (ø)
...clude/veriblock/pop/blockchain/blockchain_util.hpp 79.36% <100.00%> (ø)
include/veriblock/pop/blockchain/chain.hpp 91.04% <100.00%> (ø)
...riblock/pop/blockchain/commands/addendorsement.hpp 92.50% <100.00%> (ø)
include/veriblock/pop/entities/merkle_tree.hpp 98.41% <100.00%> (ø)
src/pop/third_party/secp256k1/ecdsa_impl.hpp 81.10% <100.00%> (ø)
src/pop/third_party/secp256k1/ecmult_gen_impl.hpp 94.91% <100.00%> (ø)
src/pop/third_party/secp256k1/ecmult_impl.hpp 93.92% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d170e0...02a29d1. Read the comment docs.

@Mr-Leshiy Mr-Leshiy force-pushed the e2e-alttree-fuzzing branch from 02a29d1 to 9a700a5 Compare March 23, 2022 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new Fuzzer tests for the AltBlockTree with the usage of the e2e testing utils
2 participants