Skip to content

Commit

Permalink
chore: reinclude report
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Mar 13, 2024
1 parent 831c068 commit 28d3a04
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
jobs:
coverage:
name: coverage
permissions:
contents: write
permissions: write-all
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -43,8 +42,6 @@ jobs:
uses: davelosert/vitest-coverage-report-action@v2
with:
json-summary-path : ./coverage/coverage-summary.json
vite-config-path: ./tests/vite.config.js
github-token: ${{ secrets.GITHUB_TOKEN }}



json-final-path: './coverage/coverage-summary.json'
vite-config-path: ./tests/vitest.config.js
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 28d3a04

Please sign in to comment.