Skip to content

Bump codecov/codecov-action from 3.1.4 to 5.1.1 #70

Bump codecov/codecov-action from 3.1.4 to 5.1.1

Bump codecov/codecov-action from 3.1.4 to 5.1.1 #70

Workflow file for this run

name: Build and Test
on:
merge_group:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
unit:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: ./gradlew clean test lint --continue --console=plain --max-workers=3
- uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # pin@5.1.1