Skip to content

Add "json" coverage reporter #204

Add "json" coverage reporter

Add "json" coverage reporter #204

Workflow file for this run

---
name: Unit Tests
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- .github/workflows/unit-tests.yml
- .tool-versions
- jest.config.json
- package.json
- src/**
- tsconfig.json
push:
branches:
- main
workflow_dispatch: {}
jobs:
jest:
name: Jest
uses: fabasoad/reusable-workflows/.github/workflows/wf-js-unit-tests.yml@feat/1737712333
secrets: inherit # pragma: allowlist secret