Skip to content

Update codecov/codecov-action action to v4.4.0 #1341

Update codecov/codecov-action action to v4.4.0

Update codecov/codecov-action action to v4.4.0 #1341

Workflow file for this run

name: PR build
on:
pull_request:
concurrency:
group: pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.5
- name: Set up JDK 17 for running Gradle
uses: actions/setup-java@v4.2.1
with:
distribution: temurin
java-version: 17
- name: Build and test
run: touch ./local.properties; ./gradlew check javadoc assemble
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.4.0
check_links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Link Checker
uses: lycheeverse/lychee-action@v1.10.0
with:
fail: true
lycheeVersion: 0.10.3