-
Notifications
You must be signed in to change notification settings - Fork 72
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
Change CI to use pull_request #1009
Conversation
Signed-off-by: Ryan Bogan <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1009 +/- ##
============================================
- Coverage 80.47% 80.21% -0.27%
Complexity 1000 1000
============================================
Files 78 78
Lines 3411 3411
Branches 578 578
============================================
- Hits 2745 2736 -9
- Misses 425 433 +8
- Partials 241 242 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ryan Bogan <[email protected]>
Signed-off-by: Ryan Bogan <[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.
Looks good, thank you Ryan!
LGTM |
* Change CI to use pull_request Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit 7feacd6)
* Change CI to use pull_request Signed-off-by: Ryan Bogan <[email protected]> (cherry picked from commit 7feacd6) Co-authored-by: Ryan Bogan <[email protected]>
Description
Changes the CI to use pull_request instead of pull_request_target. This will result in codecov only running a few times per day then running out of quota
Check List
--signoff
.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.