Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
add coveralls finish step
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hegde committed Jul 8, 2022
1 parent f09ddda commit ab793ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,13 @@ jobs:
- run: flutter build apk
- run: flutter build appbundle

coveralls_finish:
needs: [test_jni_gen, test_jni]
runs-on: ubuntu-latest
steps:
- name: Coveralls finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit ab793ae

Please sign in to comment.