Skip to content

Commit

Permalink
fix: test coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Apr 9, 2024
1 parent 4b09588 commit b021d56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
channel: 'stable'
- name: Run build apk
run: |
chmod +x release.sh
./release.sh 0.3.0
git diff
flutter pub get
cd example
flutter build apk
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ jobs:
- name: Upload Test Report
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: report
files: coverage/lcov.info
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ You can also manually record screen view events whether automatic screen view tr
```dart
analytics.recordScreenView(
screenName: 'Main',
screenUniqueId: '123adf'
screenUniqueId: '123adf',
attributes: { ... }
);
```

Expand Down

0 comments on commit b021d56

Please sign in to comment.