Skip to content

Commit

Permalink
Update CI-CD_OpenMMDL.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Oct 30, 2023
1 parent 6668134 commit d22e000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD_OpenMMDL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d22e000

Please sign in to comment.