From 4bd916afa69c09fb4ad4efacf115e43db07349fe Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Fri, 1 Jul 2022 09:44:58 +0200 Subject: [PATCH] Upload coverage results to coveralls --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4e25fc8..6fbbace5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}