diff --git a/.github/workflows/CI-CD_OpenMMDL.yml b/.github/workflows/CI-CD_OpenMMDL.yml index ca5c1b4c..830599a9 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=--cov=openmmdl --cov-report=xml --cov-report=xml + pytest --cov=openmmdl --cov-report=xml -vv - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3