-
Notifications
You must be signed in to change notification settings - Fork 32
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
Split codecov upload to separate github actions workflow #1139
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1139 +/- ##
=========================================
Coverage 80.72% 80.72%
Complexity 2947 2947
=========================================
Files 399 399
Lines 14965 14965
Branches 1017 1017
=========================================
Hits 12080 12080
Misses 2274 2274
Partials 611 611
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…heck run with pull_request trigger Signed-off-by: Andre Kurait <[email protected]>
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.
Thanks for shifting back to pull_request
Signed-off-by: Andre Kurait <[email protected]>
Signed-off-by: Andre Kurait <[email protected]>
- python-e2e-tests | ||
- python-lint | ||
- python-tests | ||
# Temp disable linting from blocking |
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.
Will revert this after merging this change
Signed-off-by: Andre Kurait <[email protected]>
@opensearch-project/admin Can you force merge this change, we accidentally broke our required CI checks and this will resolve that issue. |
Description
Split codecov upload to separate github actions workflow.
This enables making the CI workflow trigger on
pull_request
as it will not need secret access making modifications much easier.Issues Resolved
[List any issues this PR will resolve]
Is this a backport? If so, please add backport PR # and/or commits #
Testing
Lots of testing on my fork with push, pr, and pr from a fork.
E.g.: AndreKurait#7
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.