build(deps): bump next from 14.2.9 to 14.2.10 in the npm_and_yarn group #856
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: coverage | |
on: | |
push: | |
branches: [master] | |
pull_request_target: | |
types: [opened, reopened, synchronize] | |
jobs: | |
Coverage-report: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ArtiomTr/[email protected] | |
with: | |
#coverage-file: ./test_reports/report.json | |
# base-coverage-file: coverage/report-final.json | |
test-script: npm test | |
annotations: none | |
threshold: 90 | |
github-token: ${{ secrets.GH_COVERAGE }} |