mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-02-22 10:35:43 -05:00
ci: automated pull request test coverage report (#66)
This commit is contained in:
parent
a8db0755a8
commit
cee5e32d0e
1 changed files with 15 additions and 0 deletions
15
.github/workflows/coverage.yml
vendored
Normal file
15
.github/workflows/coverage.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue