onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 16 forks source link

Specify seed for prng when generating code coverage report #236

Open fxamacker opened 2 years ago

fxamacker commented 2 years ago

Issue To Be Solved

Not specifying a seed when generating report for codecov can introduce a small variance.

Suggested Solution

Specify a seed. Maybe open a separate issue to add more tests.