From 328291859e36888ee4951b5d9fa52567abad95c3 Mon Sep 17 00:00:00 2001 From: Micah Fitzgerald Date: Wed, 21 Aug 2024 15:14:41 -0500 Subject: [PATCH] try again --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 728d4e6..76f05d7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -33,4 +33,4 @@ dependencies = [ [tool.poe.tasks] test = "pytest tests/api.py tests/app.py tests/schemas.py" test_all = "pytest tests/*" -test_pipeline = "pytest tests/* --cov-report xml:coverage.xml" +test_pipeline = "pytest tests/* --cov-. --cov-report xml:coverage.xml"