Skip to content

Add base CMT implementation #115

Add base CMT implementation

Add base CMT implementation #115

Workflow file for this run

name: "coverage"
on:
push:
branches:
- master
pull_request:
branches:
- master
- dev
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Run coverage
env:
NODE_OPTIONS: "--max_old_space_size=8192"
run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}