Skip to content

Commit 3eb7de7

Browse files
committed
ci: Always run and output test coverage
Signed-off-by: GRBurst <[email protected]>
1 parent e00ce36 commit 3eb7de7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,13 @@ jobs:
7070
run: |
7171
pytest
7272
73-
- name: Gather Badge Data
74-
if: github.ref_name == 'main' && github.event_name == 'push'
73+
- name: coverage | Test Coverage
7574
run: |
7675
coverage run -m pytest -s
7776
coverage report -m
7877
7978
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3
80-
if: always() && github.ref_name == 'main' && github.event_name == 'push'
79+
if: github.ref_name == 'main' && github.event_name == 'push'
8180
with:
8281
ref: assets
8382
path: assets

0 commit comments

Comments
 (0)