Skip to content

Commit 4fc58b3

Browse files
committed
ci: upload tests reports if not cancelled
1 parent dc0f0e6 commit 4fc58b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/verifications.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,16 @@ jobs:
6565
- name: Run tests
6666
run: pnpm run test:ci
6767

68-
- name: Upload coverage report to Codecov
68+
- name: Upload tests coverage report
6969
uses: codecov/codecov-action@v5
70+
if: ${{ !cancelled() && github.event.action != 'closed' }}
7071
with:
7172
use_oidc: true
7273
report_type: 'coverage'
7374

74-
- name: Upload tests results report to Codecov
75+
- name: Upload tests result report
7576
uses: codecov/codecov-action@v5
77+
if: ${{ !cancelled() && github.event.action != 'closed' }}
7678
with:
7779
use_oidc: true
7880
report_type: 'test_results'

0 commit comments

Comments
 (0)