Skip to content

chore(deps-dev): bump prettier from 2.8.3 to 3.5.1 #65

chore(deps-dev): bump prettier from 2.8.3 to 3.5.1

chore(deps-dev): bump prettier from 2.8.3 to 3.5.1 #65

Workflow file for this run

name: 'coverage'
on:
push:
branches:
- master
pull_request_target:
branches:
- master
jobs:
coverage:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
- name: Run code coverage
run: |
yarn
yarn test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}