Enabling PSR, analytical diff with pytorch and moving interfaces to dedicated module #42
Codecov / codecov/project
succeeded
Nov 15, 2024 in 0s
80.03% (+13.44%) compared to 50a13e2
View this Pull Request on Codecov
80.03% (+13.44%) compared to 50a13e2
Details
Codecov Report
Attention: Patch coverage is 91.91919%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 80.03%. Comparing base (
50a13e2
) to head (824613f
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/qiboml/models/decoding.py | 81.25% | 3 Missing |
src/qiboml/models/encoding.py | 80.00% | 2 Missing |
src/qiboml/operations/differentiation.py | 96.49% | 2 Missing |
src/qiboml/models/ansatze.py | 87.50% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #42 +/- ##
===========================================
+ Coverage 66.59% 80.03% +13.44%
===========================================
Files 11 11
Lines 488 516 +28
===========================================
+ Hits 325 413 +88
+ Misses 163 103 -60
Files with missing lines | Coverage Δ | |
---|---|---|
src/qiboml/__init__.py | 100.00% <100.00%> (ø) |
|
src/qiboml/interfaces/keras.py | 63.41% <ø> (ø) |
|
src/qiboml/interfaces/pytorch.py | 98.48% <100.00%> (ø) |
|
src/qiboml/models/ansatze.py | 93.33% <87.50%> (+7.61%) |
⬆️ |
src/qiboml/models/encoding.py | 94.33% <80.00%> (-1.01%) |
⬇️ |
src/qiboml/operations/differentiation.py | 66.97% <96.49%> (+43.74%) |
⬆️ |
src/qiboml/models/decoding.py | 86.04% <81.25%> (-5.85%) |
⬇️ |
Loading