From 4f5f8f0ef1d49b749b6ef74552b3dad205f7c547 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Wed, 15 Jan 2025 10:36:03 -0800 Subject: [PATCH] fix pyproject.toml for code cov --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]