-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Call pytest_report_collectionfinish hook when --collect-only is passed #4725
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
Conversation
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.
Just for my curiosity, what's the difference between option.collectonly and getoption("collect-only")?
Codecov Report
@@ Coverage Diff @@
## master #4725 +/- ##
==========================================
- Coverage 95.68% 95.66% -0.02%
==========================================
Files 113 113
Lines 24963 24963
Branches 2478 2479 +1
==========================================
- Hits 23886 23882 -4
Misses 762 762
- Partials 315 319 +4
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #4725 +/- ##
==========================================
- Coverage 95.68% 95.66% -0.02%
==========================================
Files 113 113
Lines 24963 24963
Branches 2478 2479 +1
==========================================
- Hits 23886 23882 -4
Misses 762 762
- Partials 315 319 +4
Continue to review full report at Codecov.
|
426d6e0
to
c72cb4f
Compare
None, except the former is not really recommended anymore, not sure what's the specific reason for it. |
c72cb4f
to
54af0f4
Compare
Fix #2895