Skip to content

fix(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 t… #725

fix(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 t…

fix(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.1 t… #725

Workflow file for this run

name: build
on:
push:
branches:
- '**'
jobs:
build-maven:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./miranum-connect-coverage/target/coverage/
fail_ci_if_error: true
files: ./miranum-connect-coverage/target/coverage/jacoco.xml
name: miranum-connect
path_to_write_report: codecov_report.txt
verbose: true