Skip to content

Commit

Permalink
chore: enable codecov for flutter integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Nov 1, 2024
1 parent 910b643 commit 4cb2914
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/flutter_integration_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,11 @@ runs:
sudo apt-get install network-manager
flutter test ${{ inputs.test_path }} -d Linux --coverage
shell: bash

- uses: codecov/codecov-action@v4
working-directory: frontend/appflowy_flutter
with:
flags: flutter_integration_test_${{ inputs.test_path }}
name: flutter_integration_test_${{ inputs.test_path }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 4cb2914

Please sign in to comment.