mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-07-21 14:08:19 +02:00
feat: integrate tool with gitlab service
Fix https://github.com/lampajr/backporting/issues/30
This commit is contained in:
parent
7495fc1da4
commit
e196b7611d
35 changed files with 17819 additions and 1567 deletions
15
.github/workflows/coverage.yml
vendored
15
.github/workflows/coverage.yml
vendored
|
@ -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 --
|
Loading…
Add table
Add a link
Reference in a new issue