File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : Install dependencies
25
25
run : |
26
- sudo apt install libsqlite3-dev lcov
26
+ sudo apt install libsqlite3-dev lcov --no-install-recommends
27
27
flutter pub get
28
28
29
29
# Removing some folders from the coverage since these files are not really
33
33
flutter test --coverage
34
34
lcov --remove coverage/lcov.info 'lib/l10n/generated/*' 'lib/theme/*' -o coverage/lcov.info
35
35
36
- # Removing some folders from the coverage since these files are not really
37
- # part of the app code and just get in the way of the report
38
- - name : Filter coverage report
39
- run : lcov --remove coverage/lcov.info 'lib/l10n/generated/*' 'lib/theme/*'
40
-
41
36
- name : Coveralls
42
37
uses : coverallsapp/github-action@v2
43
38
with :
You can’t perform that action at this time.
0 commit comments