Skip to content

Commit

Permalink
feat(test): Update coverage python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Nov 15, 2023
1 parent 67c2523 commit a44d5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:

- name: Run Test
run: coverage run --source=schedula -m unittest discover -s tests -p 'test_*.py'
- if: matrix.python-version == '3.10' && matrix.extra == 'all' && matrix.os == 'ubuntu-latest'
- if: matrix.python-version == '3.11' && matrix.extra == 'all' && matrix.os == 'ubuntu-latest'
name: Run Coveralls
run: coveralls --service=github

0 comments on commit a44d5db

Please sign in to comment.