We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8776e4 commit e660cceCopy full SHA for e660cce
.github/workflows/tests.yml
@@ -61,6 +61,7 @@ jobs:
61
poetry run pytest --cov cellseg_models_pytorch/ --cov-report xml
62
63
- name: Upload coverage
64
+ if: matrix.python-version == '3.10'
65
uses: codecov/codecov-action@v2
66
with:
67
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments