Skip to content

Commit

Permalink
Update CI_CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NDoering99 authored Jul 31, 2024
1 parent a2a0313 commit 5daf095
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
- name: Install pytest and run tests
run: |
python -m pip install pytest pytest-mock
python -m pip install pytest pytest-mock pytest-cov
pytest -vv --cov=mdpath --cov-report=xml --cov-report=html --color=yes mdpath/tests/
coverage run -m pytest mdpath/tests/
coverage xml
coverage report
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 5daf095

Please sign in to comment.