Skip to content

Bump codecov/codecov-action from 4.6.0 to 5.0.7 in /.github/workflows… #373

Bump codecov/codecov-action from 4.6.0 to 5.0.7 in /.github/workflows…

Bump codecov/codecov-action from 4.6.0 to 5.0.7 in /.github/workflows… #373

Workflow file for this run

on:
push:
branches:
- master
paths-ignore:
- '*.md'
pull_request:
jobs:
run-tests:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Environment
uses: ./.github/actions/setup_build
- name: Pre Build Tasks
uses: ./.github/actions/pre_build
- name: Run Tests
run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/lcov.info