@@ -377,6 +377,9 @@ It might be more convenient to use the ``[run] relative_files``
377
377
setting to store relative file paths (see :ref: `relative_files
378
378
<config_run_relative_files>`).
379
379
380
+ If data isn't combining properly, you can see details about the inner workings
381
+ with ``--debug=pathmap ``.
382
+
380
383
If any of the data files can't be read, coverage.py will print a warning
381
384
indicating the file and the problem.
382
385
@@ -389,11 +392,10 @@ want to keep those files, use the ``--keep`` command-line option.
389
392
$ coverage combine --help
390
393
Usage: coverage combine [options] <path1> <path2> ... <pathN>
391
394
392
- Combine data from multiple coverage files collected with 'run -p'. The
393
- combined results are written to a single file representing the union of the
394
- data. The positional arguments are data files or directories containing data
395
- files. If no paths are provided, data files in the default data file's
396
- directory are combined.
395
+ Combine data from multiple coverage files. The combined results are written to
396
+ a single file representing the union of the data. The positional arguments are
397
+ data files or directories containing data files. If no paths are provided,
398
+ data files in the default data file's directory are combined.
397
399
398
400
Options:
399
401
-a, --append Append coverage data to .coverage, otherwise it starts
@@ -409,7 +411,7 @@ want to keep those files, use the ``--keep`` command-line option.
409
411
--rcfile=RCFILE Specify configuration file. By default '.coveragerc',
410
412
'setup.cfg', 'tox.ini', and 'pyproject.toml' are
411
413
tried. [env: COVERAGE_RCFILE]
412
- .. [[[end]]] (checksum: 0ac91b0781d7146b87953f09090dab92 )
414
+ .. [[[end]]] (checksum: 0bdd83f647ee76363c955bedd9ddf749 )
413
415
414
416
415
417
.. _cmd_erase :
@@ -1001,7 +1003,7 @@ of operation to log:
1001
1003
* ``multiproc ``: log the start and stop of multiprocessing processes.
1002
1004
1003
1005
* ``pathmap ``: log the remapping of paths that happens during ``coverage
1004
- combine `` due to the `` [paths] `` setting . See :ref: `config_paths `.
1006
+ combine ``. See :ref: `config_paths `.
1005
1007
1006
1008
* ``pid ``: annotate all warnings and debug output with the process and thread
1007
1009
ids.
0 commit comments