Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 #419

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 #419

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B --file pom.xml package jacoco:report
- name: Coveralls
uses: coverallsapp/github-action@v2
if: github.event_name != 'pull_request'
with:
base-path: src/main/java
# The file is optional, but the documentation says it's better to specify it.
file: target/site/jacoco/jacoco.xml