Skip to content

Don't include test skips in coverage

This PR adds a bunch of # pragma: no-cover comments around pytest.skip() calls, to exclude the skips in the coverage reports. This should mean that if tests start passing (when they used to fail) the coverage doesn't drop, and that the coverage doesn't fluctuate around flaky tests.

Merge request reports