Skip to content

Commit

Permalink
Actually run coverage for python tests for python v3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Oct 30, 2023
1 parent 306d931 commit fe59b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: ["3.9", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Run tests
run: |
python -m pytest tests
coverage run -m pytest tests
- name: Upload test coverage to Codecov
if: matrix.python-version == '3.9'
Expand Down

0 comments on commit fe59b04

Please sign in to comment.