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 dc0f0e6 commit 4fc58b3Copy full SHA for 4fc58b3
.github/workflows/verifications.yml
@@ -65,14 +65,16 @@ jobs:
65
- name: Run tests
66
run: pnpm run test:ci
67
68
- - name: Upload coverage report to Codecov
+ - name: Upload tests coverage report
69
uses: codecov/codecov-action@v5
70
+ if: ${{ !cancelled() && github.event.action != 'closed' }}
71
with:
72
use_oidc: true
73
report_type: 'coverage'
74
- - name: Upload tests results report to Codecov
75
+ - name: Upload tests result report
76
77
78
79
80
report_type: 'test_results'
0 commit comments