-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Include deploy and coverage in GitHub actions #6369
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
Comments
This overwrites the `codecov.yml` file in the root of the repository with `codecov-upstream.yml` file (which contains the code-cov token)´, so PRs and branches on the repository can upload coverage. Suggestion from here: #6421 (comment) Security concerns: the token might be misused, but only to upload bogus coverage to `codecov.io`, so the team believe this is harmless. If we decide to fallback from this decision , we just need to revoke the token. Related to #6369
This overwrites the `codecov.yml` file in the root of the repository with `codecov-upstream.yml` file (which contains the code-cov token)´, so PRs and branches on the repository can upload coverage. Suggestion from here: #6421 (comment) Security concerns: the token might be misused, but only to upload bogus coverage to `codecov.io`, so the team believe this is harmless. If we decide to fallback from this decision , we just need to revoke the token. Related to #6369
This overwrites the `codecov.yml` file in the root of the repository with `codecov-upstream.yml` file (which contains the code-cov token)´, so PRs and branches on the repository can upload coverage. Suggestion from here: #6421 (comment) Security concerns: the token might be misused, but only to upload bogus coverage to `codecov.io`, so the team believe this is harmless. If we decide to fallback from this decision , we just need to revoke the token. Related to #6369
This overwrites the `codecov.yml` file in the root of the repository with `codecov-upstream.yml` file (which contains the code-cov token)´, so PRs and branches on the repository can upload coverage. Suggestion from here: #6421 (comment) Security concerns: the token might be misused, but only to upload bogus coverage to `codecov.io`, so the team believe this is harmless. If we decide to fallback from this decision , we just need to revoke the token. Related to #6369
This overwrites the `codecov.yml` file in the root of the repository with `codecov-upstream.yml` file (which contains the code-cov token)´, so PRs and branches on the repository can upload coverage. Suggestion from here: #6421 (comment) Security concerns: the token might be misused, but only to upload bogus coverage to `codecov.io`, so the team believe this is harmless. If we decide to fallback from this decision , we just need to revoke the token. Related to #6369
This overwrites the `codecov.yml` file in the root of the repository with `codecov-upstream.yml` file (which contains the code-cov token)´, so PRs and branches on the repository can upload coverage. Suggestion from here: pytest-dev#6421 (comment) Security concerns: the token might be misused, but only to upload bogus coverage to `codecov.io`, so the team believe this is harmless. If we decide to fallback from this decision , we just need to revoke the token. Related to pytest-dev#6369
FTR it should be possible to request the missing interpreters from GH for GHA by opening an issue in their setup-python repo |
I guess the other question is how far away we are from dropping 3.5.0/.1 (see e.g. #5751) or just 3.5 entirely (upstream support ends this September). Perhaps we should start showing deprecation warnings for Python 3.5 with pytest 5.1 or so? I think I'd rather just keep Travis around until we dropped it instead of investing time (both ours and Github's) in something which we'll remove a few months down the line. |
(I guess you mean pytest 6.1) Not sure, we did this in the past with Python 2.7 support and a lot of people complained that they were sick of tools telling them all the time about Python 2.7 deprecation. I don't think we need to explicitly tell users about the upcoming Python 3.5 support drop, due to I'm closing this now, I think we will remove Travis files naturally as part of dropping Python 3.5 support. 👍 |
LOL this reminds me of pyca/cryptography#5335 (comment). OTOH I think emitting a deprecation is the right thing to do. |
Follow up to #6355:
The text was updated successfully, but these errors were encountered: