-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTD build test #1112
RTD build test #1112
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1112 +/- ##
=======================================
Coverage 97.98% 97.98%
=======================================
Files 54 54
Lines 2525 2527 +2
=======================================
+ Hits 2474 2476 +2
Misses 51 51
Continue to review full report at Codecov.
|
I am closing this since the problem in #988 is now fixed. Please reopen if necessary. |
Description
Checklist
Check off the following once complete (or if not applicable) after opening the PR. The PR will be reviewed once this checklist is complete and all tests are passing.
If some items remain, you can mark this a draft pull request.
Tips
If the validation check fails:
Run
make check-types
(from the root directory of the repository) and fix any mypy errors.Run
make check-style
and fix any flake8 errors.Run
make format
to format your code with the black autoformatter.For more information, check the Mitiq style guidelines.
Write "Fixes #XYZ" in the description if this PR fixes Issue #XYZ.