XanaduAI / strawberryfields

Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
https://strawberryfields.ai
Apache License 2.0
751 stars 187 forks source link

Fix release action #722

Closed thisac closed 2 years ago

thisac commented 2 years ago

Context: Automatic PyPI release action is failing due to failing tests when simply running tests with pytest tests (instead of make tests).

Description of the Change:

Benefits:

Possible Drawbacks: None

Related GitHub Issues: None

codecov[bot] commented 2 years ago

Codecov Report

Merging #722 (606a50b) into master (d2d5a3c) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #722      +/-   ##
==========================================
+ Coverage   98.30%   98.33%   +0.02%     
==========================================
  Files          78       78              
  Lines        9614     9603      -11     
==========================================
- Hits         9451     9443       -8     
+ Misses        163      160       -3     
Impacted Files Coverage Δ
strawberryfields/backends/tfbackend/circuit.py 96.62% <ø> (+0.18%) :arrow_up:
strawberryfields/backends/tfbackend/states.py 98.97% <ø> (+0.48%) :arrow_up:
strawberryfields/backends/tfbackend/ops.py 98.27% <100.00%> (+0.12%) :arrow_up:
strawberryfields/decompositions.py 99.44% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d2d5a3c...606a50b. Read the comment docs.