Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Herbert Poul | b7c52c550a | 4 years ago |
2 changed files with 40 additions and 0 deletions
@ -0,0 +1,20 @@
|
||||
name: Coverage |
||||
|
||||
on: [push] |
||||
|
||||
jobs: |
||||
build: |
||||
strategy: |
||||
matrix: |
||||
os: ['ubuntu-latest'] |
||||
dart_channel: ['stable'] |
||||
|
||||
fail-fast: false |
||||
runs-on: ${{ matrix.os }} |
||||
|
||||
steps: |
||||
- uses: actions/checkout@v1 |
||||
- uses: cedx/setup-dart@v2 |
||||
with: |
||||
release-channel: ${{ matrix.dart_channel }} |
||||
- run: _tool/test-coverage.sh |
Loading…
Reference in new issue