Search code examples
pythoncode-coverage

What's the content of Python coverage data files?


How is the content of one .coverage or multiple .coverage.* data files of Python coverage v4.5.1 (rtd / pypi) structured and how does it look like in detail for all possible invocation and file structure use cases?


Solution

  • .coverage data files are in a private format that isn't meant to be read directly. It will change in the future. What use do you have in mind?