Skip to content

Commit c5c44cb

Browse files
committed
chore(codecov): 👷 fix action
1 parent 5456a20 commit c5c44cb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Build and publish to pypi
12-
uses: JRubics/poetry-publish@v1.10
12+
uses: JRubics/poetry-publish@v1.13
1313
with:
1414
pypi_token: ${{ secrets.PYPI_TOKEN }}
1515

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: [3.6, 3.7, 3.8, 3.9]
15+
include:
16+
- python-version: 3.8
17+
update-coverage: true
1518

1619
steps:
1720
- uses: actions/checkout@v2
@@ -32,6 +35,7 @@ jobs:
3235
run: |
3336
poetry run pytest
3437
- name: Upload coverage to Codecov
38+
if: ${{ matrix.update-coverage }}
3539
uses: codecov/codecov-action@v1
3640
with:
3741
file: ./coverage.xml

0 commit comments

Comments
 (0)