Skip to content

[GHA] Update all versions and use major only (which is always latest)… #197

[GHA] Update all versions and use major only (which is always latest)…

[GHA] Update all versions and use major only (which is always latest)… #197

Workflow file for this run

name: codecov
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: adopt
- name: Generate code coverage
run: mvn --batch-mode test
- uses: codecov/codecov-action@v3