Skip to content

Bump com.android.application from 8.6.0 to 8.6.1 in /android #308

Bump com.android.application from 8.6.0 to 8.6.1 in /android

Bump com.android.application from 8.6.0 to 8.6.1 in /android #308

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