Skip to content

Bump org.checkerframework:checker-qual from 3.34.0 to 3.41.0 #755

Bump org.checkerframework:checker-qual from 3.34.0 to 3.41.0

Bump org.checkerframework:checker-qual from 3.34.0 to 3.41.0 #755

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
pull_request:
jobs:
tests-with-coverage:
strategy:
matrix:
os: ["windows-2019", "ubuntu-22.04"]
name: Tests (${{ matrix.os }}) with coverage
runs-on: ${{ matrix.os }}
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@v4
with:
file: ./target/site/jacoco/jacoco.xml