Update test.yml

This commit is contained in:
Moritz Weber 2020-06-07 12:02:53 +02:00 committed by GitHub
parent 5c7219049f
commit 63e5086d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,4 +33,8 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test
- run: flutter test --coverage
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}