Skip to content

Bump org.graalvm.buildtools:native-maven-plugin from 0.10.3 to 0.10.4 #295

Bump org.graalvm.buildtools:native-maven-plugin from 0.10.3 to 0.10.4

Bump org.graalvm.buildtools:native-maven-plugin from 0.10.3 to 0.10.4 #295

Workflow file for this run

name: Coverage
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [main]
jobs:
calculate-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: "11"
distribution: "adopt"
cache: "maven"
- name: Generate coverage report
run: mvn -B test --file pom.xml
- name: Upload to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true