Skip to content

fix: indication for ads that are not listed #22279

fix: indication for ads that are not listed

fix: indication for ads that are not listed #22279

Workflow file for this run

name: Codecov Workflow

Check failure on line 1 in .github/workflows/codecov.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codecov.yml

Invalid workflow file

`env` is not a valid event name
on:
pull_request:
branches:
- '**'
env:
JEST_MAX_WORKERS: 4
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: install, bootstrap and make test coverage
run: |
npm install
npm run bootstrap
npm run build:all
npm run test:jest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3.1.1
with:
directory: ./coverage
fail_ci_if_error: true
files: ./coverage/lcov.info
name: codecov-umbrella
verbose: true