Skip to content

Commit

Permalink
Update ubuntu_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 769cff5 commit 5bea87c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ubuntu_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ jobs:
- name: Run unit tests
run: |
cd tests/unit && python -m unittest discover -s . -p "*.py"
- name: Generate Coverage 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 5bea87c

Please sign in to comment.