Skip to content

[dependency] Bump actions/checkout from 6 to 7 (#1357) #707

[dependency] Bump actions/checkout from 6 to 7 (#1357)

[dependency] Bump actions/checkout from 6 to 7 (#1357) #707

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@v7
- uses: actions/setup-java@v5
with:
java-version: 17
distribution: adopt
- name: Generate code coverage
run: mvn --batch-mode test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}