plonk icon indicating copy to clipboard operation
plonk copied to clipboard

Code coverage fails because it takes the wrong commit for master

Open ZER0 opened this issue 3 years ago • 0 comments

Describe the bug Code coverage fails because it takes the wrong commit for master, see: https://github.com/dusk-network/plonk/pull/668

The current master at that point in time was: https://github.com/dusk-network/plonk/commit/d8ef7908db1f4995883e5e64db8d68e9cc343483 (just pushed)

But the code coverage reports: https://github.com/dusk-network/plonk/commit/8d01a94eb604121ad84d77797cbf7e5af625af40 (pushed 20 days ago)

This bug leads to code coverage failures even with small changes, making the code coverage totally unreliable and unpredictable. To Reproduce See the description.

Expected behaviour Code Coverage should take the proper commit.

Logs/Screenshot N/A

Platform N/A

Additional context N/A

ZER0 avatar Feb 24 '22 12:02 ZER0