Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dateutil #48

Merged
merged 5 commits into from
Jun 15, 2020
Merged

Add dateutil #48

merged 5 commits into from
Jun 15, 2020

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Jun 12, 2020

No description provided.

zhoney added 4 commits June 12, 2020 17:23
Change-Id: I3ae2fb1625560f39295bd881e16068e333d22629
Change-Id: Idb7cf80dbd8845b2e40d1ea3be66fba86c2208b1
Change-Id: Idb4ef768227e89907fc47134ac419e3c32bf4632
Change-Id: Ief288db3463d374bcb84d2780b9921df2f1869dc
@codecov
Copy link

codecov bot commented Jun 12, 2020

Codecov Report

Merging #48 into master will increase coverage by 0.27%.
The diff coverage is 88.46%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #48      +/-   ##
============================================
+ Coverage     81.60%   81.87%   +0.27%     
- Complexity      675      687      +12     
============================================
  Files            56       57       +1     
  Lines          2049     2075      +26     
  Branches        300      303       +3     
============================================
+ Hits           1672     1699      +27     
  Misses          249      249              
+ Partials        128      127       -1     
Impacted Files Coverage Δ Complexity Δ
...ava/com/baidu/hugegraph/version/CommonVersion.java 50.00% <ø> (ø) 1.00 <0.00> (ø)
...c/main/java/com/baidu/hugegraph/util/DateUtil.java 88.46% <88.46%> (ø) 9.00 <9.00> (?)
.../main/java/com/baidu/hugegraph/perf/Stopwatch.java 87.75% <0.00%> (+2.04%) 21.00% <0.00%> (+1.00%)
...n/java/com/baidu/hugegraph/concurrent/RowLock.java 80.43% <0.00%> (+4.34%) 11.00% <0.00%> (+1.00%)
.../java/com/baidu/hugegraph/date/SafeDateFormat.java 90.00% <0.00%> (+10.00%) 5.00% <0.00%> (+1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2c5ba4...b98338a. Read the comment docs.

Change-Id: I783d4ba2af19114dafd921c4468d4dbb640964c1
Assert.assertThrows(IllegalArgumentException.class, () -> {
DateUtil.parse("2018-15-07 12:00:00");
}, e -> {
System.out.println(e.getMessage());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove it

@Linary Linary merged commit 034e1a2 into master Jun 15, 2020
@Linary Linary deleted the add-dateutil branch June 15, 2020 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants