No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
da44a83
... +1 ...
714ef56
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
70 | 70 | ///-------------------------------------- |
|
71 | 71 | ||
72 | 72 | - (NSString *)preciseStringFromDate:(NSDate *)date { |
|
73 | - | __block NSString *string = nil; |
|
73 | + | __block NSString *string = @""; |
|
74 | 74 | NSTimeInterval interval = date.timeIntervalSince1970; |
|
75 | 75 | dispatch_sync(_synchronizationQueue, ^{ |
|
76 | 76 | sqlite3_bind_double(self->_dateToStringStatement, 1, interval); |
Learn more Showing 25 files with coverage changes found.
Parse/Parse/Internal/Object/Subclassing/PFObjectSubclassingController.m
Parse/Parse/Internal/PFEventuallyQueue.m
Parse/Parse/Internal/Persistence/PFPersistenceController.m
Parse/Parse/Internal/Commands/CommandRunner/URLRequestConstructor/PFCommandURLRequestConstructor.m
Parse/Parse/PFAnalytics.m
Parse/Parse/Internal/PFLocationManager.m
Parse/Parse/Internal/PFFileManager.m
Parse/Parse/Internal/Object/Controller/PFObjectController.m
Parse/Parse/Internal/Commands/CommandRunner/URLSession/Session/TaskDelegate/PFURLSessionDataTaskDelegate.m
Parse/Parse/Internal/PFApplication.m
Parse/Parse/Internal/PropertyInfo/PFPropertyInfo_Runtime.m
Parse/Parse/Internal/PFDevice.m
Files | Coverage |
---|---|
Project Totals (224 files) | 75.94% |
#1622
714ef56
a14a577
da44a83