Skip to content

Commit

Permalink
Merge pull request #99 from WeBankFinTech/feature/trusted-timestamp
Browse files Browse the repository at this point in the history
* Trusted-timestamp creation and verify based on WeSign with UT
  • Loading branch information
chaoxinhu authored Dec 14, 2019
2 parents ff6baa9 + 68476fd commit 5afd6b1
Show file tree
Hide file tree
Showing 21 changed files with 1,883 additions and 51 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ if (!gradle.startParameter.isOffline()) {
exclude '**/contract/deploy/v2/*.java'
exclude '**/contract/v1/*.java'
exclude '**/contract/v2/*.java'
exclude '**/protocol/response/timestamp/wesign/*.java'
exclude '**/protocol/request/timestamp/wesign/*.java'
reports {
xml.enabled false
html.enabled true
Expand Down
5 changes: 4 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ coverage:
changes:
default:
enabled: no
if_not_found: success
if_not_found: success
ignore:
- "src/main/java/com/webank/weid/util/HttpClient.java"
- "src/test/**/*"
Loading

0 comments on commit 5afd6b1

Please sign in to comment.