Skip to content

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 #97

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0

chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 #97

Workflow file for this run

name: no_screenshot
on: [pull_request, push]
jobs:
semantic-pull-request:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_request.yml@v1
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 3.22.3
min_coverage: 75
upload-coverage-reports:
name: Upload coverage reports to Codecov
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}