Replies: 1 comment 1 reply
-
My personal opinion is that yes, they should. A while ago we got a PR proposing to add coverage to them: #3643. In the integration tests we are running the full stack from the backend API to So my opinion is that coverage for the integration tests at the current state of the repository has so many false negatives that it is not even worth running. On top of that, there are all the argument that @Avasam already mentioned: for the sake of speed/resource utilisation integration tests are excluded from regular PRs - so coverage checks on them will inevitably fail. Footnotes
|
Beta Was this translation helpful? Give feedback.
-
Anytime something is changed in
setuptools/tests/integration/
, coverage tests will fail.Even with coverage aggregation jaraco/skeleton#130, integration tests are not run in PRs. And the
cov
plugin is disabled when running integration tests.Should then
setuptools/tests/integration/
just be excluded from the coverage report ?Beta Was this translation helpful? Give feedback.
All reactions