-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
support print hooks before running. #1123
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1123 +/- ##
==========================================
+ Coverage 67.74% 67.95% +0.20%
==========================================
Files 159 159
Lines 10337 10417 +80
Branches 1873 1896 +23
==========================================
+ Hits 7003 7079 +76
- Misses 2966 2969 +3
- Partials 368 369 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
`Hook.get_trigger_stages`.
7008c04
to
916563d
Compare
Motivation
Now, hooks are added in silence, so it's not convenient to observe which hooks are used and the execution order.
Modification
This PR will print stage-wise hook info in the order of execution and print their priority, like
Checklist