feat: integrate tool with gitlab service

Fix https://github.com/lampajr/backporting/issues/30
This commit is contained in:
Andrea Lamparelli 2023-06-28 12:22:06 +02:00
parent 7495fc1da4
commit e196b7611d
35 changed files with 17819 additions and 1567 deletions

View file

@ -1,15 +0,0 @@
name: 'test coverage on pull request'
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 --