DiscordTime / sticky-sessions-android

StickySessions is an app that helps teams to share and store their thoughts through digital-like retrospective sessions
9 stars 6 forks source link

Set session name, description and card color based on info from server #205

Closed CarlosRodrigo closed 3 years ago

CarlosRodrigo commented 3 years ago

Get session title and color from server, remove logic to define title based on topics length

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 532


Changes Missing Coverage Covered Lines Changed/Added Lines %
app/src/main/java/br/org/cesar/discordtime/stickysessions/data/remote/model/SessionRemote.kt 7 9 77.78%
app/src/main/java/br/org/cesar/discordtime/stickysessions/data/remote/model/SessionRemoteFirebase.kt 4 6 66.67%
app/src/main/java/br/org/cesar/discordtime/stickysessions/domain/model/Session.java 0 3 0.0%
<!-- Total: 21 28 75.0% -->
Files with Coverage Reduction New Missed Lines %
app/src/main/java/br/org/cesar/discordtime/stickysessions/domain/model/Session.java 1 36.36%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 516: 0.3%
Covered Lines: 502
Relevant Lines: 754

💛 - Coveralls