Skip to content

Commit

Permalink
✨ move over to sever coverage which is all that matters
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 21, 2024
1 parent 7e316b3 commit 207c9ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
if: always()
uses: davelosert/vitest-coverage-report-action@v2
with:
json-summary-path: './app/coverage/coverage-summary.json'
json-final-path: './app/coverage/coverage-final.json
json-summary-path: './server/coverage/coverage-summary.json'
json-final-path: './server/coverage/coverage-final.json
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ logs


# Coverage
app/coverage
app/coverage
server/coverage
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import { defineVitestConfig } from '@nuxt/test-utils/config'

export default defineVitestConfig({
root: './server',
test: {
environment: 'nuxt',
environmentOptions: {
Expand Down

0 comments on commit 207c9ac

Please sign in to comment.