Closed jsa34 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.30%. Comparing base (
86f4ee1
) to head (aecff18
). Report is 9 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@youtux Not sure why this fails with py3.10, but my local 3.8 and the GH action for 3.12 was fine...
@youtux Not sure why this fails with py3.10, but my local 3.8 and the GH action for 3.12 was fine...
It's failing the py3.10-pytest6.2-coverage
build, so when used in combination with pytest 6.2. We should just drop that old version of pytest
Dropping compatibility with pytest 6.2 in https://github.com/pytest-dev/pytest-bdd/pull/711
Ah, thought I'd done that, but I had in a branch where this was also an issue but it hadn't been merged yet. My fault for raising too many MRs in a short space of time!
Looks like a recurring issue with xdist/test suite hanging until timeout clears it up. Could be to do with coverage in the post-suite phase(?) Not sure how to fix this (unrelated to MR and happened in other branches)...
Looks like CI flakiness gods were in my favour this time. Happy to merge, @youtux ?
Yes!
Add test that forward slashes (in URLs for example) in scenario outline examples are handled properly by the parser.
Resolves #655