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 26, 2024
1 parent 5bea87c commit 415b8fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/macos_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,12 @@ jobs:
- name: Run unit tests
run: |
cd tests/unit && python -m unittest discover -s . -p "*.py"
- name: Generate Report
run: |
pip install coverage
cd tests/unit/
coverage run -m unittest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2


0 comments on commit 415b8fe

Please sign in to comment.