Skip to content

Fix license detection on pub.dev #246

Fix license detection on pub.dev

Fix license detection on pub.dev #246

Workflow file for this run

name: Coverage
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
container:
image: google/dart:2.12
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: pub get
- name: Collect coverage
run: |
pub global activate test_coverage
pub global run test_coverage
- uses: codecov/codecov-action@v1
with:
file: coverage/lcov.info