Skip to content

[Snyk] Upgrade file-type from 19.1.1 to 19.3.0 #89

[Snyk] Upgrade file-type from 19.1.1 to 19.3.0

[Snyk] Upgrade file-type from 19.1.1 to 19.3.0 #89

name: PR - coverage annotation
on:
pull_request:
branches:
- main
jobs:
coverage-report:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Test
run: run test --coverage
- name: Report Coverage
if: always()
uses: davelosert/vitest-coverage-report-action@v2