Skip to content

Commit

Permalink
Merge pull request #499 from LeleDallas/renovate/github-actions-all-m…
Browse files Browse the repository at this point in the history
…inor-patch

chore(deps): update davelosert/vitest-coverage-report-action action to v2.8.0
  • Loading branch information
LeleDallas authored Nov 17, 2024
2 parents 9f54856 + 211213c commit f8741a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
npm run coverage
- name: Vitest Coverage Report
uses: davelosert/vitest-coverage-report-action@v2.7.0
uses: davelosert/vitest-coverage-report-action@v2.8.0
with:
working-directory: "./client/"
vite-config-path: "./vite.config.ts"
Expand All @@ -62,7 +62,7 @@ jobs:
npm run coverage
- name: Vitest Coverage Report
uses: davelosert/vitest-coverage-report-action@v2.7.0
uses: davelosert/vitest-coverage-report-action@v2.8.0
with:
working-directory: "./server/"
vite-config-path: "./vite.config.ts"
Expand Down

0 comments on commit f8741a5

Please sign in to comment.