Skip to content

Commit 3354ccd

Browse files
slimreaper35taylormadore
authored andcommitted
Upload coverage reports for Python 3.10
The coverage report upload was previously configured to run only for Python 3.12. This change aligns the upload with the lowest Python version we run unit tests on. Signed-off-by: Michal Šoltis <msoltis@redhat.com>
1 parent 957ac5f commit 3354ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gating.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
nox -s "python-${{ matrix.python-version }}"
4141
4242
- name: Upload coverage reports to Codecov
43-
if: matrix.python-version == '3.12'
43+
if: matrix.python-version == '3.10'
4444
uses: codecov/codecov-action@v6
4545
with:
4646
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)