Skip to content

Remove unused imports in test_chip_design.py

ba6f878
Select commit
Loading
Failed to load commit list.
Merged

Add Chip Design environment #407

Remove unused imports in test_chip_design.py
ba6f878
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 4, 2026 in 0s

70.92% (-1.57%) compared to e6eddda

View this Pull Request on Codecov

70.92% (-1.57%) compared to e6eddda

Details

Codecov Report

❌ Patch coverage is 54.48878% with 365 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.92%. Comparing base (e6eddda) to head (ba6f878).
⚠️ Report is 12 commits behind head on master.

Files with missing lines Patch % Lines
src/gfn/gym/helpers/chip_design/utils.py 40.59% 233 Missing and 26 partials ⚠️
src/gfn/gym/chip_design.py 82.05% 38 Missing and 4 partials ⚠️
src/gfn/gym/helpers/chip_design/build_container.py 0.00% 32 Missing ⚠️
src/gfn/gym/helpers/chip_design/plc_client.py 67.67% 24 Missing and 8 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #407      +/-   ##
==========================================
- Coverage   72.49%   70.92%   -1.57%     
==========================================
  Files          55       59       +4     
  Lines        8522     9339     +817     
  Branches     1090     1270     +180     
==========================================
+ Hits         6178     6624     +446     
- Misses       1957     2287     +330     
- Partials      387      428      +41     
Files with missing lines Coverage Δ
src/gfn/states.py 81.13% <100.00%> (+0.13%) ⬆️
src/gfn/gym/helpers/chip_design/build_container.py 0.00% <0.00%> (ø)
src/gfn/gym/helpers/chip_design/plc_client.py 67.67% <67.67%> (ø)
src/gfn/gym/chip_design.py 82.05% <82.05%> (ø)
src/gfn/gym/helpers/chip_design/utils.py 40.59% <40.59%> (ø)

... and 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.