mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
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>
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.