Skip to content

Commit

Permalink
Put coverage report in its own section
Browse files Browse the repository at this point in the history
  • Loading branch information
asgibson committed Aug 4, 2023
1 parent 0ead2f6 commit cb33a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements_pip.txt ]; then pip install -r requirements_pip.txt; fi
- name: Test with pytest
run: |
python -m coverage run --branch --source=src,data_handling,utils -m pytest ./test/
coverage report
run: python -m coverage run --branch --source=src,data_handling,utils -m pytest ./test/
- name: Coverage report
run: coverage report

0 comments on commit cb33a1d

Please sign in to comment.