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