Skip to content

build(deps-dev): Bump jcasc.version from 1625.v27444588cc3d to 1670.v564dc8b_982d0 #786

build(deps-dev): Bump jcasc.version from 1625.v27444588cc3d to 1670.v564dc8b_982d0

build(deps-dev): Bump jcasc.version from 1625.v27444588cc3d to 1670.v564dc8b_982d0 #786

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-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '11'
- name: Build
run: mvn -Pjacoco clean verify --batch-mode --show-version
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./target/site/jacoco/jacoco.xml