Skip to content

build(deps-dev): Bump jcasc.version from 1625.v27444588cc3d to 1909.vb_b_f59a_27d013 #997

build(deps-dev): Bump jcasc.version from 1625.v27444588cc3d to 1909.vb_b_f59a_27d013

build(deps-dev): Bump jcasc.version from 1625.v27444588cc3d to 1909.vb_b_f59a_27d013 #997

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
tests-with-coverage:
name: Tests with coverage
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
distribution: 'temurin'
java-version: '17'
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
file: ./target/site/jacoco/jacoco.xml