Skip to content

Commit

Permalink
changed macos workflow for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Aug 8, 2024
1 parent 47065da commit 187c04b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
cd tests/unit && python -m unittest discover -s . -p "*.py"
- name: Generate Coverage Report
run: |
pip install pytest pytest-cov
cd tests/unit && pytest --cov=../../ --cov-report=xml
pip install pytest
pip install pytest-cov
cd tests/unit && python3 -m pytest --cov=../../ --cov-report=xml
- name: Upload Coverage to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 187c04b

Please sign in to comment.