Skip to content
Snippets Groups Projects
Commit ab34837b authored by Adam Williamson's avatar Adam Williamson Committed by Adam Williamson
Browse files

ci: do coverage on 3.12, not 3.11


3.12 is current now.

Signed-off-by: default avatarAdam Williamson <awilliam@redhat.com>
parent ef826f49
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ jobs:
- name: Test with tox
run: tox
- name: Produce coverage.lcov for coveralls
if: matrix.python-version == '3.11'
if: matrix.python-version == '3.12'
run: coverage lcov
- name: Coveralls
if: matrix.python-version == '3.11'
if: matrix.python-version == '3.12'
uses: coverallsapp/github-action@v2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment