Skip to content

Use GitHub action for Jacoco coverage summary #375

Use GitHub action for Jacoco coverage summary

Use GitHub action for Jacoco coverage summary #375

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/test.yml
pull-request:
needs: build
name: Pull request success
runs-on: ubuntu-latest
steps:
- run: "true"