Open andrewnicols opened 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.86%. Comparing base (
24bc48a
) to head (7aef373
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Heh,
from the examples in the PR, I feel that only the @Given
has a pass. The other 2 long cases (leaving apart the lang test that is unrelated) in phpdoc block and inline comment... I'd say that they should continue throwing warning/error. We don't want those long comments for any reason. Do we?
Maybe we can restrict the skipping to be a little more selecive (by tag, or by regex, ...).
Ciao :-)
We can... I'll update the patch some time later. Let's not block on this one. It's just one that does my head in!
Scratching an itch.