Skip to content

Commit 274bb12

Browse files
authored
Merge pull request #792 from HathorNetwork/chore/codecov-upload
chore(ci): upload codecov results on Python 3.11 test job
2 parents 427a128 + 2813200 commit 274bb12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
'os': ['ubuntu-22.04', 'macos-12', 'windows-2022'],
2626
'include': [
2727
# XXX: tests fail on these, not sure why, when running them individually each on passes, but not on `make tests`
28-
# {'os': 'ubuntu-22.04', 'python': 'pypy-3.9'},
28+
# {'os': 'ubuntu-22.04', 'python': 'pypy-3.10'},
2929
],
3030
}
3131
# this is the fastest one:
3232
reduced_matrix = {
33-
'python': ['3.9'],
33+
'python': ['3.11'],
3434
'os': ['ubuntu-22.04'],
3535
}
3636
github_repository = os.environ['GITHUB_REPOSITORY']
@@ -99,4 +99,4 @@ jobs:
9999
run: poetry run make tests
100100
- name: Upload coverage
101101
uses: codecov/codecov-action@v3
102-
if: matrix.python == 3.9 && startsWith(matrix.os, 'ubuntu')
102+
if: matrix.python == 3.11 && startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)