Update test.yml
This commit is contained in:
parent
9ba55e7862
commit
247a74b26f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -39,6 +39,7 @@ jobs:
|
|||
- run: flutter pub get
|
||||
- run: flutter test --coverage
|
||||
- name: Coveralls GitHub Action
|
||||
uses: coverallsapp/github-action@v1.1.1
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: src/coverage/lcov.info
|
||||
|
|
Loading…
Add table
Reference in a new issue