Skip to content

feat: use jacoco for coverage testing #136

feat: use jacoco for coverage testing

feat: use jacoco for coverage testing #136

Workflow file for this run

name: Validation
on:
pull_request:
push:
branches: [ development ]
tags: [ '*' ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
validation:
uses: JeffersonLab/clas12-validation/.github/workflows/ci.yml@main