Skip to content

Commit

Permalink
Replaced jest-coverage-report-action@v2 by vitest-coverage-report-act…
Browse files Browse the repository at this point in the history
…ion@v2 (take #3).

Signed-off-by: Eric Le Ponner <[email protected]>
  • Loading branch information
ericleponner committed Jul 25, 2023
1 parent 3481e14 commit 27a2522
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/comp-compile-explorer-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@ jobs:
run: npm run build

- name: Unit Tests
run: npm run test:unit
if: ${{ inputs.enable-unit-tests && !cancelled() }}

- name: Report Unit Test Coverage
uses: davelosert/vitest-coverage-report-action@v2
if: ${{ inputs.enable-unit-tests && !cancelled() }}
with:
test-script: npm run test:unit

- name: Cypress run
uses: cypress-io/github-action@v4
Expand Down

0 comments on commit 27a2522

Please sign in to comment.