Skip to content

Bump codecov/codecov-action from 4.5.0 to 4.6.0 in /.github/workflows #310

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

Bump codecov/codecov-action from 4.5.0 to 4.6.0 in /.github/workflows #310

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@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/lcov.info