File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
packages/stream_video_flutter/example/test Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Fast fail the script on failures.
4+ set -e
5+
6+ flutter pub global run remove_from_coverage:remove_from_coverage -f coverage/lcov.info -r ' \.g\.dart$' -r ' \.freezed\.dart$'
Original file line number Diff line number Diff line change 4444 - name : Install Tools
4545 run : |
4646 flutter pub global activate melos
47+ flutter pub global activate remove_from_coverage
4748
4849 - name : Bootstrap Workspace
4950 run : melos postclean
6566 run : |
6667 melos run format:verify
6768
69+ # # Test and coverage reporting
70+ - name : " Flutter Test"
71+ run : melos run test:all
72+ - name : " Collect Coverage"
73+ run : melos run coverage:ignore-file --no-select
74+ - name : " Upload Coverage"
75+ uses : codecov/codecov-action@v5
76+ with :
77+ token : ${{secrets.CODECOV_TOKEN}}
78+ files : packages/*/coverage/lcov.info
79+
6880 build :
6981 timeout-minutes : 30
7082 runs-on : ubuntu-latest
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments