-
Notifications
You must be signed in to change notification settings - Fork 243
Disable Codecov #480
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
Disable Codecov #480
Conversation
6b1a51b
to
d829dae
Compare
fac6d63
to
a24015f
Compare
Why are the pypy3 tests so slow!? |
most likely compounding effects, for sanity, lets create 2 followup tickets (for codecov v2 and pypy3 fixes) + link them in comments afterwards i believe its fine to merge thanks for kicking this off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as per prev comment, lets add followup issues and link them in the code comments
5ce9759
to
740c973
Compare
Good idea! Yeah, sorry for having been a ghost. |
All green @RonnyPfannschmidt :) Once this is merged, I'm going to pickup a bunch of other issues/fixes. |
@BeyondEvil don't worry about some absence, this is the volunteer work, so even without the pandemic piling on top its sometimes much |
* remove phantomjs dependency (#424) * properly classify all npm dependencies (#425) * Move the changelog to read the docs (#423) * split plugin.py into smaller files (#427) * Implement the visible URL query parameter to control visibility of test results on page load. (#433) * enable control of test result visability via query params * Allow for redacting of environment table values (#431) * Disable Codecov (#480) * Disable Codecov * Disable pypy3 on mac * Add Tests.yml reusable workflow (#484) * Use the tests reusable workflow (#486) * Migrate to precommit.ci (#487) * Separate Nightly workflow (#488) Co-authored-by: Gleb Nikonorov <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* remove phantomjs dependency (pytest-dev#424) * properly classify all npm dependencies (pytest-dev#425) * Move the changelog to read the docs (pytest-dev#423) * split plugin.py into smaller files (pytest-dev#427) * Implement the visible URL query parameter to control visibility of test results on page load. (pytest-dev#433) * enable control of test result visability via query params * Allow for redacting of environment table values (pytest-dev#431) * Disable Codecov (pytest-dev#480) * Disable Codecov * Disable pypy3 on mac * Add Tests.yml reusable workflow (pytest-dev#484) * Use the tests reusable workflow (pytest-dev#486) * Migrate to precommit.ci (pytest-dev#487) * Separate Nightly workflow (pytest-dev#488) Co-authored-by: Gleb Nikonorov <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Disable Codecov until someone has time to upgrade to v2 and figure out why it fails (after upgrading).
Also disable pypy3, because: actions/setup-python#311