diff --git a/pyproject.toml b/pyproject.toml index 04b3adc..0ecc7e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ testpaths = [ "tests", ] addopts = [ - "--cov=pipelines", + "--cov=rail", "--cov-report=html" ]