Skip to content

Update README.md

Update README.md #20

Workflow file for this run

on:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Checkout
uses: actions/[email protected]
- name: Install dependencies
run: npm install
- name: Run coverage report
run: npm run test:coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: zheksoon/dioma