Skip to content

Commit

Permalink
Update macos_test_cases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGetka-cbica authored Jul 27, 2024
1 parent ff4f9e4 commit 0e6d715
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macos_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:
cd tests/unit && python -m unittest discover -s . -p "*.py"
- name: Generate Report
run: |
pip install coverage
cd tests/unit/
coverage run -m unittest
pip install pytest-cov
cd tests/unit && pytest --cov
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 0e6d715

Please sign in to comment.