Thomas Grainger
Thomas Grainger
It's not a celery internal
Oh does the argument just get passed to coveragepy? I thought pytest-cov inspected the arcs
greenletio is specific for asyncio, whereas I'm looking for support for Trio
Using green threads seems like it would be harder to debug rather than easier. Would using unasync like a linter be better? As in it just fails CI if the...
A note from the greenback docs: > Should I trust this in production? Maybe; try it and see. The technique is in some ways an awful hack
@youtux looking at those green utilities I worked out I could make my own `await_` function
I'd be in favour of the coverage API providing a method like `.summary()` such that this code would pass the tests: https://github.com/pytest-dev/pytest-cov/commit/5493d822db91ecca715daa79c41fff512a9ce478
would be some wiggle room in how cov_fail_under would be passed to summary of course, or it could handle the cov_fail_under entirely and raise an exception after having finished all...
> @graingert do you still plan to work on this? @fsouza I'm happy for someone else to take this over!
@verhovsky pre-commit run --show-diff-on-failure