Skip to content

replace @update event with @click in AddOnFilters.vue and updated tes… #847

replace @update event with @click in AddOnFilters.vue and updated tes…

replace @update event with @click in AddOnFilters.vue and updated tes… #847

Workflow file for this run

name: Coverage
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install Dependencies
run: npm install --legacy-peer-deps
- name: Run npm unit tests
run: npm run test:unit
- name: Update coverage to coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './coverage/lcov.info'
- name: Update coverage to codacy
run: npm run codacy ${{ secrets.CODACY_PROJECT_TOKEN }}