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 e00ce36 commit 3eb7de7Copy full SHA for 3eb7de7
.github/workflows/deploy.yml
@@ -70,14 +70,13 @@ jobs:
70
run: |
71
pytest
72
73
- - name: Gather Badge Data
74
- if: github.ref_name == 'main' && github.event_name == 'push'
+ - name: coverage | Test Coverage
75
76
coverage run -m pytest -s
77
coverage report -m
78
79
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3
80
- if: always() && github.ref_name == 'main' && github.event_name == 'push'
+ if: github.ref_name == 'main' && github.event_name == 'push'
81
with:
82
ref: assets
83
path: assets
0 commit comments