We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214f7c2 commit 0a69f3fCopy full SHA for 0a69f3f
1 file changed
.github/workflows/test.yml
@@ -28,6 +28,7 @@ jobs:
28
run: |
29
mypy .
30
- name: pytest
31
+ if: always()
32
33
pytest --cov=torchinfo --cov-report= --durations=0
34
- name: codecov
0 commit comments