File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Synchronized the ``coverage.py `` configuration (:file: `.coveragerc.toml ` and
2+ :file: `.coveragerc-cython.toml `) with the pattern already established in
3+ :external+yarl:doc: `yarl <index >`, :external+multidict:doc: `multidict
4+ <index>`, ``frozenlist `` and other sibling projects
5+ -- by :user: `webknjaz `.
6+
7+ Both files now anchor package discovery through ``source_pkgs `` instead of
8+ relying on a same-named directory happening to exist relative to the
9+ working directory, and add a ``[paths] `` mapping so coverage recorded
10+ against an installed copy of ``aiohttp `` still combines correctly with
11+ coverage recorded from the Git checkout. CI now lets ``pytest-cov `` write
12+ ``coverage.xml `` directly via ``--cov-report=xml `` instead of a separate
13+ ``coverage xml `` step, and the Autobahn testsuite's subprocess-based
14+ coverage collection (which uses ``coverage run --append ``, incompatible
15+ with parallel mode) now opts out per-invocation via a
16+ ``COVERAGE_PARALLEL_MODE `` environment variable instead of trying to
17+ override it on the command line.
You can’t perform that action at this time.
0 commit comments