hpi-swa-teaching / IMAPClient

This project provides a library and tool set to access email through IMAP in the Squeak/Smalltalk environment. (SWT22-13)
MIT License
22 stars 3 forks source link

Add feature to show last synchronization time #400

Closed laugengebaeck closed 3 years ago

laugengebaeck commented 3 years ago

This closes #384.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 924707782


Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/IMAPClient-Core.package/ICAddressBook.class/instance/initialize.st 0 2 0.0%
packages/IMAPClient-Core.package/ICFolder.class/instance/updateAndShowProgressWith..st 0 3 0.0%
packages/IMAPClient-Core.package/ICFolder.class/instance/startUpdateProcess..st 0 5 0.0%
<!-- Total: 0 10 0.0% -->
Totals Coverage Status
Change from base Build 921577068: -0.3%
Covered Lines: 1042
Relevant Lines: 1387

💛 - Coveralls
laugengebaeck commented 3 years ago

Are tests really needed here? It might be complicated to parse the synchronization time back from the dialog title. And how should we know if the sync time is correct (sync might have been completed one or two seconds before our reference time)?