Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin #492

build(deps-dev): bump @typescript-eslint/eslint-plugin

build(deps-dev): bump @typescript-eslint/eslint-plugin #492

Workflow file for this run

name: Codecov
on: [push, pull_request]
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: cp .env.example .env
- name: Run tests and collect coverage
run: docker compose run nycmesh-node-visualizer npm run unittest -- --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}