Skip to content

fix primitive type handling #146

fix primitive type handling

fix primitive type handling #146

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: mvn -B test
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: target/site/jacoco/jacoco.xml