Upload coverage results to coveralls

This commit is contained in:
Roland Geider
2022-07-01 09:44:58 +02:00
parent 31b9f93be7
commit 4bd916afa6

View File

@@ -31,8 +31,7 @@ jobs:
- name: Test app
run: flutter test --coverage
#- name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: coverage/lcov.info
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}