Skip to content

Send headers only to Yandex API host (#49) #151

Send headers only to Yandex API host (#49)

Send headers only to Yandex API host (#49) #151

name: Test CI
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- name: Run test coverage
run: flutter test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
if: '!cancelled()'
with:
directory: coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}