Skip to content

Commit

Permalink
fix: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Aug 8, 2024
1 parent d95d38d commit 26528b7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/coverage-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: 'Run test coverage'
run: yarn test:coverage

- name: 'Report Coverage'
# Set if: always() to also generate the report if tests are failing
# Only works if you set `reportOnFailure: true` in your vite config as specified above
uses: hyperse-io/vitest-coverage-reporter@v1
- name: Hyperse Vitest Coverage Reporter
uses: hyperse-io/vitest-coverage-reporter@1.0.4

0 comments on commit 26528b7

Please sign in to comment.