mirror of
https://code.forgejo.org/actions/git-backporting
synced 2025-03-15 14:44:39 +01:00
15 lines
316 B
YAML
15 lines
316 B
YAML
![]() |
name: 'coverage report'
|
||
|
|
||
|
on:
|
||
|
pull_request_target:
|
||
|
branches:
|
||
|
- main
|
||
|
|
||
|
jobs:
|
||
|
coverage:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v3
|
||
|
- uses: ArtiomTr/jest-coverage-report-action@v2
|
||
|
with:
|
||
|
test-script: npm test
|