[
https://issues.apache.org/jira/browse/GEARPUMP-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420724#comment-15420724
]
ASF GitHub Bot commented on GEARPUMP-188:
-----------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/incubator-gearpump/pull/74
## [Current
coverage](https://codecov.io/gh/apache/incubator-gearpump/pull/74?src=pr) is
70.69% (diff: 68.75%)
> Merging
[#74](https://codecov.io/gh/apache/incubator-gearpump/pull/74?src=pr) into
[master](https://codecov.io/gh/apache/incubator-gearpump/branch/master?src=pr)
will decrease coverage by **0.65%**
```diff
@@ master #74 diff @@
==========================================
Files 177 177
Lines 5931 5928 -3
Methods 5611 5609 -2
Messages 0 0
Branches 320 319 -1
==========================================
- Hits 4232 4191 -41
- Misses 1699 1737 +38
Partials 0 0
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update
[6d919ec...e55595f](https://codecov.io/gh/apache/incubator-gearpump/compare/6d919ec977e772d9d51fe2f35741f67d00af5c98...e55595f79a05d9540e65af42d6240293d81d5549?src=pr)
> use java.time.Instant for Task start time
> -----------------------------------------
>
> Key: GEARPUMP-188
> URL: https://issues.apache.org/jira/browse/GEARPUMP-188
> Project: Apache Gearpump
> Issue Type: Improvement
> Components: streaming
> Affects Versions: 0.8.1
> Reporter: Manu Zhang
> Assignee: Manu Zhang
>
> Current start time type is of {{TimeStamp}} or {{Long}}, whose unit (e.g.
> milliseconds, microseconds or nanoseconds) is unclear for users. Instead, we
> could use {{java.time.Instant}} introduced in Java 8.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)