mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Exclude some files from the coverage report
This commit is contained in:
committed by
Hosted Weblate
parent
db7c37e8d0
commit
539cb00f40
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -33,6 +33,11 @@ jobs:
|
||||
flutter test --coverage
|
||||
lcov --remove coverage/lcov.info 'lib/l10n/generated/*' 'lib/theme/*' -o coverage/lcov.info
|
||||
|
||||
# Removing some folders from the coverage since these files are not really
|
||||
# part of the app code and just get in the way of the report
|
||||
- name: Filter coverage report
|
||||
run: lcov --remove coverage/lcov.info 'lib/l10n/generated/*' 'lib/theme/*'
|
||||
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user