jonhoo / left-right

A lock-free, read-optimized, concurrency primitive.
Apache License 2.0
1.94k stars 94 forks source link

Bring up test coverage #31

Open jonhoo opened 5 years ago

jonhoo commented 5 years ago

Write some test cases (even simple ones are welcome!) to help increase code coverage.

jonhoo commented 3 years ago

A lovely way to improve here would be to combine the tarpaulin coverage results for left-right and evmap, and to expand on left-right's test suite as well. We should also probably adjust CI to run left-right itself through miri/sanitizers/etc.