Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

feat: EPT-3589: [MOB][TSA] Implement Device Connection Status and Man… #9

feat: EPT-3589: [MOB][TSA] Implement Device Connection Status and Man…

feat: EPT-3589: [MOB][TSA] Implement Device Connection Status and Man… #9

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: |
./setup.sh
- name: run tests
run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}