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
754 stars 191 forks source link

Update README.rst #404

Closed nquesada closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #404 into master will decrease coverage by 0.69%. The diff coverage is 98.88%.

@@            Coverage Diff             @@
##           master     #404      +/-   ##
==========================================
- Coverage   97.82%   97.12%   -0.70%     
==========================================
  Files          55       58       +3     
  Lines        6572     6752     +180     
==========================================
+ Hits         6429     6558     +129     
- Misses        143      194      +51     
Impacted Files Coverage Δ
strawberryfields/circuitspecs/xcov.py 96.49% <96.49%> (ø)
strawberryfields/circuitspecs/xunitary.py 98.66% <98.66%> (ø)
strawberryfields/apps/train/__init__.py 100.00% <100.00%> (ø)
strawberryfields/apps/train/cost.py 100.00% <100.00%> (ø)
strawberryfields/apps/train/param.py 100.00% <100.00%> (ø)
strawberryfields/circuitspecs/__init__.py 100.00% <100.00%> (ø)
strawberryfields/circuitspecs/circuit_specs.py 100.00% <100.00%> (ø)
strawberryfields/circuitspecs/gaussian_unitary.py 100.00% <100.00%> (ø)
strawberryfields/backends/tfbackend/states.py 87.17% <0.00%> (-11.29%) :arrow_down:
strawberryfields/backends/tfbackend/ops.py 93.89% <0.00%> (-2.97%) :arrow_down:
... and 4 more

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 8f3cf68...dde4878. Read the comment docs.

co9olguy commented 4 years ago

We should look into a more reliable coverage service

josh146 commented 4 years ago

I tried to set up coveralls.io last month, since they now support merging coverage results multiple CI builds. I couldn't even get it to work :/ https://coveralls.io/github/XanaduAI/pennylane