Skip to content

Fixing stop broadcast #126

Fixing stop broadcast

Fixing stop broadcast #126

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Codecov Report
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm install
- name: Create codecov report
run: npm run report-coverage
- name: Run codecov
uses: codecov/codecov-action@v1
with:
files: ./mocha.lcov,./jasmine.lcov