From 392e48acdb55e355a4e3b9cb9be3e6e8bf4f5cf3 Mon Sep 17 00:00:00 2001 From: Jose Urra Date: Tue, 24 Oct 2023 09:15:30 +0200 Subject: [PATCH] Update pip.yml --- .github/workflows/pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 5cc9168..3b9c31c 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -40,7 +40,7 @@ jobs: - name: Test and generate coverage reports run: | pip install pytest - pytest --cov=my_package --cov-report=xml + pytest --cov=pymurtree --cov-report=xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3