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

Use GitHub actions instead of Travis #491

Closed thisac closed 3 years ago

thisac commented 3 years ago

Context: Travis has stopped running tests for Strawberry Fields PRs due to not having enough credits.

Description of the Change: Removed the travis.yaml file and added a GitHub actions workflow file tests.yaml instead.

Benefits: CI test will run again.

Possible Drawbacks:

Related GitHub Issues:

codecov[bot] commented 3 years ago

Codecov Report

Merging #491 (0d696ac) into master (7ffff69) will decrease coverage by 0.97%. The diff coverage is 99.41%.

@@            Coverage Diff             @@
##           master     #491      +/-   ##
==========================================
- Coverage   97.84%   96.86%   -0.98%     
==========================================
  Files          58       70      +12     
  Lines        6784     7154     +370     
==========================================
+ Hits         6638     6930     +292     
- Misses        146      224      +78     
Impacted Files Coverage Δ
strawberryfields/apps/clique.py 100.00% <ø> (ø)
strawberryfields/apps/plot.py 100.00% <ø> (ø)
strawberryfields/apps/train/embed.py 100.00% <ø> (ø)
...awberryfields/backends/gaussianbackend/__init__.py 100.00% <ø> (ø)
strawberryfields/backends/gaussianbackend/ops.py 100.00% <ø> (+2.70%) :arrow_up:
strawberryfields/backends/shared_ops.py 96.11% <ø> (-0.98%) :arrow_down:
strawberryfields/compilers/__init__.py 100.00% <ø> (ø)
strawberryfields/compilers/compiler.py 100.00% <ø> (ø)
strawberryfields/compilers/fock.py 100.00% <ø> (ø)
strawberryfields/compilers/gaussian.py 100.00% <ø> (ø)
... and 84 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 9800240...0d696ac. Read the comment docs.