File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 run : npm run lint
5858
5959 - name : Run unit tests (Vitest — coverage with GitHub Actions reporter)
60+ id : vitest
6061 run : |
6162 # Run vitest with coverage. The built-in 'github-actions' reporter
6263 # (configured in vitest.config.ts) will create annotations.
6566
6667 - name : Report Coverage
6768 uses : davelosert/vitest-coverage-report-action@v2.9.0
68- if : always()
69+ if : ${{ always() && steps.vitest.outcome == 'success' && hashFiles('coverage/coverage-summary.json') != '' }}
6970 with :
7071 json-summary-path : ' ./coverage/coverage-summary.json'
7172 json-final-path : ' ./coverage/coverage-final.json'
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # End-to-end stress test runner script
23set -uo pipefail
34
45SUCCESS_FILE=" /tmp/e2e-stress-run-success-count"
You can’t perform that action at this time.
0 commit comments