Files
servo/python
Jonathan Schwender 11664e4ab0 Add code-coverage option for ./mach test-unit using llvm-cov (#39387)
Add a `--code-coverage` option for `./mach test-unit` and an option to
pass additional arguments.
The additional options are required to e.g. pass `--codecov
--output-path=codecov.json` to generate a codecov compatible report in
CI.
We use [cargo-llvm-cov](https://github.com/taiki-e/cargo-llvm-cov) to
simplify our workflow, since it handles both the required compile flags
and creating the report.

Testing: Manual testing of the new flags
First step towards https://github.com/servo/servo/issues/37768

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
2025-10-09 22:17:30 +00:00
..

This directory contains various Python modules used to support servo development.

servo

servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.

tidy

servo-tidy is used to check licenses, line lengths, whitespace, ruff on Python files, lock file versions, and more.

wpt

servo-wpt is a module with support scripts for running, importing, exporting, updating manifests, and updating expectations for WPT tests.