-
Notifications
You must be signed in to change notification settings - Fork 21
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
build: replace codecov with python-coverage-comment-action #323
base: main
Are you sure you want to change the base?
Conversation
Thanks for the pull request, @mariajgrimaldi! What's next?Please work through the following steps to get your changes ready for engineering review: 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. 🔘 Update the status of your PRYour PR is currently marked as a draft. After completing the steps above, update its status by clicking "Ready for Review", or removing "WIP" from the title, as appropriate. 🔘 Let us know that your PR is ready for review:Who will review my changes?This repository is currently maintained by Where can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:
When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
d717cbc
to
36e9b4c
Compare
Hello @mariajgrimaldi. I'm not seeing how this addresses Ned's concern detailed here: edx/edx-arch-experiments#528 (comment). I never went very deep with this, so I'm not sure if this just requires testing from a personal fork, or other? |
@robrap: Sorry, I totally forgot. I'll research further :). Thanks! |
@feanil: This PR should have had a waiting-on-author label, which I’ve added. I’m guessing you may have gone through and approved blocked PRs? I wonder if we should double check which of those were actually blocked on the author? |
Ah, thanks for the heads up, yea I missed the details of the comment about external PR coverage checks. I think it's accurate that this needs more work to be able to handle external contributions though it may not be possible. I wonder if we need to just run coverage as a check and fail on violations rather than attempt to post a comment. |
@feanil: I didn't look very deeply, but I thought Ned had a plan, and simply didn't get to the work to try to execute it. I could be wrong though. |
3e78946
to
19c388d
Compare
Hi folks. I'm working on this here: mariajgrimaldi#1, these are the commits I'm currently using. I'll be testing it further and let you know. Thanks for the patience. |
It seems to be working: mariajgrimaldi#2. I already added those commits to this PR for you to review. By the way, the comment won't appear in this PR because we need the coverage.yml file in the main branch for it to work. |
openedx_events/tests/test_tooling.py
Outdated
|
||
|
||
class SirNotAppearingInThisFilm(TestCase): | ||
def never_run(self): | ||
print("Hello") |
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.
This is only for testing.
Hi @mariajgrimaldi! Just checking in on this to see if it's still in progress? |
@mphilbrick211: thanks for the ping! I don't know the current status of this, so I'll convert it to draft for now. |
Description:
This PR replaces the
codecov
action forpython-coverage-comment-action
, continuing with the codecov deprecation efforts and avoiding the coverage upload issues altogether.These changes were 1stly presented in this PR: #300
ISSUE:
edx/edx-arch-experiments#528
Merge checklist:
Post merge:
finished.