Skip to content

Update chore and try to re-add coverage support. #25

Update chore and try to re-add coverage support.

Update chore and try to re-add coverage support. #25

Workflow file for this run

name: package/chore
on:
# Post-submit.
push:
branches: [ main ]
# Pre-submit.
pull_request:
branches: [ main ]
paths:
- .github/workflows/package_chore.yaml
- packages/chore/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: dart-lang/[email protected]
- run: dart pub get
working-directory: packages/chore
- run: ./dev.sh check --packages packages/chore
- run: ./dev.sh test --packages packages/chore
- run: ./dev.sh coverage --packages packages/chore
- uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: packages/chore/coverage/lcov.info