Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

chore: remove tsconfig paths from repo #305

chore: remove tsconfig paths from repo

chore: remove tsconfig paths from repo #305

Workflow file for this run

name: Codecov
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
analyse:
if: ${{ github.actor != 'dependabot[bot]' }}
name: Analyse
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Run tests and collect coverage
run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage/cobertura-coverage.xml