Skip to content

Commit 8829d01

Browse files
committed
Upload coverage when sqlalchemy is 1.4
1 parent 4cbc93b commit 8829d01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
SQLALCHEMY: ${{ matrix.sql-alchemy }}
2828
TOXENV: ${{ matrix.toxenv }}
2929
- name: Upload coverage.xml
30-
if: ${{ matrix.sql-alchemy == '1.3' && matrix.python-version == '3.9' }}
30+
if: ${{ matrix.sql-alchemy == '1.4' && matrix.python-version == '3.9' }}
3131
uses: actions/upload-artifact@v2
3232
with:
3333
name: graphene-sqlalchemy-coverage
3434
path: coverage.xml
3535
if-no-files-found: error
3636
- name: Upload coverage.xml to codecov
37-
if: ${{ matrix.sql-alchemy == '1.3' && matrix.python-version == '3.9' }}
37+
if: ${{ matrix.sql-alchemy == '1.4' && matrix.python-version == '3.9' }}
3838
uses: codecov/codecov-action@v1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = pre-commit,py{36,37,38}-sql{11,12,13,14}
2+
envlist = pre-commit,py{36,37,38,39}-sql{11,12,13,14}
33
skipsdist = true
44
minversion = 3.7.0
55

0 commit comments

Comments
 (0)