uport-project / kotlin-did-jwt

Create and verify uPort and DID compliant JWTs in Kotlin
https://developer.uport.me
Apache License 2.0
8 stars 6 forks source link

added dummy test case for verifying jwt #15

Closed ugoamanoh closed 5 years ago

ugoamanoh commented 5 years ago

What's Here

This pull request is not intended to be merged and does not hold any valuable code changes, it is simply being used to verify code coverage reports are being shown properly when comparing changes between 2 branches which have both uploaded code coverage reports

codecov[bot] commented 5 years ago

Codecov Report

Merging #15 into support/166900167-add-code-cov will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@                        Coverage Diff                        @@
##             support/166900167-add-code-cov      #15   +/-   ##
=================================================================
  Coverage                             60.74%   60.74%           
  Complexity                               56       56           
=================================================================
  Files                                     9        9           
  Lines                                   242      242           
  Branches                                 64       64           
=================================================================
  Hits                                    147      147           
  Misses                                   53       53           
  Partials                                 42       42

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 5c8786e...60e1762. Read the comment docs.

mirceanis commented 5 years ago

@ugoamanoh this looks good. I assume we can close it now, right?

ugoamanoh commented 5 years ago

@mirceanis Yes