diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index f9dcab9..b269aa4 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -37,8 +37,8 @@ jobs: nosetests - name: Run tests and collect coverage run: | - pip install pytest - pytest --cov=api.calculator --cov-report=xml + pip install pytest pytest-cov + pytest . --cov=api.calculator --cov-report=xml . - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: