Skip to content

Commit

Permalink
Upgrade coverage to 7.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Nov 22, 2024
1 parent 51b3bac commit dc56f72
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install coveragepy==1.6.0
python -m pip install coverage==7.6.7
- name: Run unit tests
run: |
cd unit-tests
coverage run --omit=test_*.py,unit_tests.py --source=$(cd .. ; pwd),$(cd ../util ; pwd) -m unittest unit_tests
export PYTHONPATH=$(cd ../util ; pwd):$PYTHONPATH
coverage run --omit=test_*.py,unit_tests.py -m unittest unit_tests
- name: Report code coverage
run: |
Expand Down

0 comments on commit dc56f72

Please sign in to comment.