Skip to content

add sonar-code-coverage #12

add sonar-code-coverage

add sonar-code-coverage #12

Workflow file for this run

name: Test with Maven
on:
pull_request:
types:
- opened
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Run Maven test
run: mvn test
env:
GITHUB_TOKEN: ${{ secrets.PACKAGE_DEPLOY_TOKEN }}
RIOT_API_TOKEN: ${{secrets.RIOT_API_TOKEN}}