Fix discovery of @maximumDuration annotation when test-cases have no test methods#687
Conversation
230dec9 to
cd7cbfe
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #687 +/- ##
============================================
- Coverage 63.59% 63.38% -0.21%
Complexity 135 135
============================================
Files 33 33
Lines 618 620 +2
============================================
Hits 393 393
- Misses 225 227 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
52d28c0 to
cc61a4c
Compare
4777ea0 to
bfaa3bb
Compare
bfaa3bb to
3d341a6
Compare
f15a1d3 to
f51937a
Compare
|
Hey @localheinz , Are you able to approve the workflow? I apologise for the revisions -- I think I exceeded some limit. The full suite of tests for all versions does not run locally for myself. I think the code changes are good, but getting the test expectations correct has been trial and error. |
|
Apologies for the delay! |
f51937a to
fbf30fd
Compare
|
Heya @localheinz , Just another nudge to approve this workflow. I'm hoping I have the tests expectations correct this time 🤞 |
6884068 to
ad12e7e
Compare
ad12e7e to
8b64b88
Compare
|
Thank you, @courtney-miles - and again, I apologize for the delay! |
This fixes a warning triggered when discovering the maximum duration for a test-case class that has no test methods.
Fixes #686