Skip to content

Commit 539cb00

Browse files
rolandgeiderweblate
authored andcommitted
Exclude some files from the coverage report
1 parent db7c37e commit 539cb00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
flutter test --coverage
3434
lcov --remove coverage/lcov.info 'lib/l10n/generated/*' 'lib/theme/*' -o coverage/lcov.info
3535
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+
3641
- name: Coveralls
3742
uses: coverallsapp/github-action@v2
3843
with:

0 commit comments

Comments
 (0)