diff --git a/.github/workflows/CI-CD_OpenMMDL.yml b/.github/workflows/CI-CD_OpenMMDL.yml index 8b7c96dc..ca5c1b4c 100644 --- a/.github/workflows/CI-CD_OpenMMDL.yml +++ b/.github/workflows/CI-CD_OpenMMDL.yml @@ -32,7 +32,7 @@ jobs: - name: Install pytest and run tests run: | pip install pytest pytest-cov - pytest --cov=my_module --cov-report=xml + pytest --cov=--cov=openmmdl --cov-report=xml --cov-report=xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3