From 1129f3655db1cd17dad6ebb7e5ce025217198d91 Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Thu, 22 Feb 2024 11:52:15 -0700 Subject: [PATCH] Replace path --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 47ea8733..63a0da1c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -45,4 +45,4 @@ jobs: - name: Run Pytest run: | - pytest --cov CRISPResso2/CRISPResso2 + pytest --cov=./ --cov-report=xml