Skip to content

Commit e660cce

Browse files
committed
chore: load coverage only after py=3.10 test suite
1 parent b8776e4 commit e660cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
poetry run pytest --cov cellseg_models_pytorch/ --cov-report xml
6262
6363
- name: Upload coverage
64+
if: matrix.python-version == '3.10'
6465
uses: codecov/codecov-action@v2
6566
with:
6667
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)