Skip to content
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

Enhancement: Allow configuring maximum duration with @slowThreshold annotation #49

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

localheinz
Copy link
Member

This pull request

  • allows configuring the maximum duration with a @slowThreshold annotation on the method level

💁‍♂️ See https://github.com/johnkary/phpunit-speedtrap/tree/v3.3.0#custom-slowness-threshold-per-test-case.

@codecov
Copy link

codecov bot commented Jan 26, 2021

Codecov Report

Merging #49 (0a16ced) into main (28fcdd8) will decrease coverage by 0.85%.
The diff coverage is 89.47%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #49      +/-   ##
============================================
- Coverage     99.51%   98.66%   -0.86%     
- Complexity       53       59       +6     
============================================
  Files            14       14              
  Lines           208      225      +17     
============================================
+ Hits            207      222      +15     
- Misses            1        3       +2     
Impacted Files Coverage Δ Complexity Δ
src/Subscriber/TestPassedSubscriber.php 93.75% <89.47%> (-6.25%) 9.00 <6.00> (+6.00) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 28fcdd8...0a16ced. Read the comment docs.

@ergebnis-bot ergebnis-bot self-assigned this Jan 26, 2021
@ergebnis-bot ergebnis-bot merged commit 15df9b1 into main Jan 26, 2021
@ergebnis-bot ergebnis-bot deleted the feature/doc-block branch January 26, 2021 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants