Skip to content

allow components from different classes in reply [#147] #155

allow components from different classes in reply [#147]

allow components from different classes in reply [#147] #155

Workflow file for this run

name: Coverage
on:
push:
branches: [ main, development, release/* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 23
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '23'
- name: Run Tests
run: gradle test
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: jdac/build/reports/jacoco/test/jacocoTestReport.xml