dan-fritchman / Hdl21

Hardware Description Library
BSD 3-Clause "New" or "Revised" License
60 stars 13 forks source link

Replace asyncio with concurrent.futures, add tests #143

Closed ThomasPluck closed 1 year ago

ThomasPluck commented 1 year ago

Resolves:

Twinned with:

Major changes:

codecov[bot] commented 1 year ago

Codecov Report

Merging #143 (a26fc1c) into main (2e9f5e9) will increase coverage by 0.28%. The diff coverage is 96.15%.

@@            Coverage Diff             @@
##             main     #143      +/-   ##
==========================================
+ Coverage   87.55%   87.84%   +0.28%     
==========================================
  Files          95       95              
  Lines        8559     8737     +178     
==========================================
+ Hits         7494     7675     +181     
+ Misses       1065     1062       -3     
Impacted Files Coverage Δ
hdl21/sim/data.py 91.63% <66.66%> (-0.90%) :arrow_down:
hdl21/sim/tests/test_sim.py 97.35% <100.00%> (+0.24%) :arrow_up:

... and 7 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dan-fritchman commented 1 year ago

Love it, ship it!