Skip to content

Commit

Permalink
Update CI-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Dec 14, 2024
1 parent 5b03c09 commit ba46993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Install pytest and run tests
run: |
pip install pytest pytest-cov
pytest -vv --cov=openmmdl --cov-branch --cov-report=xml --cov-report=html --color=yes openmmdl/tests/
coverage run -m pytest -vv --cov=openmmdl --cov-branch --cov-report=xml --cov-report=html --color=yes openmmdl/tests/

0 comments on commit ba46993

Please sign in to comment.