mobileappdevhm / team2

A Flutter app providing international students with a timetable and the opportunity to sign up to courses.
https://mobileappdevhm.github.io/team2/
9 stars 5 forks source link

Firebase analytics #164

Closed Gleydar closed 6 years ago

Gleydar commented 6 years ago

Firebase Analytics implemented, does opt-out if the setting is toggled (user needs to be logged in to do that) Closes #136

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 817


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/ui/screens/settings_screen.dart 1 2 50.0%
lib/ui/scaffolds/loading.dart 0 1 0.0%
lib/ui/basic_components/cie_list_entry.dart 0 1 0.0%
lib/controller/normal/settings_controller.dart 3 4 75.0%
lib/controller/normal/favorites_controller.dart 16 17 94.12%
lib/controller/normal/ics_creator.dart 0 2 0.0%
lib/controller/injector.dart 18 21 85.71%
lib/ui/basic_components/course_list_entry.dart 0 3 0.0%
lib/controller/normal/content_controller.dart 28 32 87.5%
lib/ui/scaffolds/bnb_home.dart 1 5 20.0%
<!-- Total: 111 185 60.0% -->
Files with Coverage Reduction New Missed Lines %
lib/ui/basic_components/course_list_entry.dart 1 83.05%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 807: -1.9%
Covered Lines: 1112
Relevant Lines: 1564

💛 - Coveralls
hmkrivoj commented 6 years ago

Working on it