Ran
|
Files
32
|
Run time
5s
|
Badge
Embed ▾
README BADGES
|
travis-ci
Fix auth token revocation Looks like 43d175f65 has updated the API URLs to follow the updated spec, but the revocation endpoint HTTP method remained GET whereas it's supposed to be a POST (GET returns 404). Update The HTTP method for /revoke to be a POST.
1740 of 1765 relevant lines covered (98.58%)
5.07 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
72.73 | lib/googleauth/token_store.rb | 69 + 57 | 11 + 3 | 8 | 3 + 3 | 1.0 - 1.0 | |
88.0 | lib/googleauth/web_user_authorizer.rb | 294 + 257 | 75 + 64 | 66 + 55 | 9 + 9 | 2.0 + 1.0 | |
93.33 | lib/googleauth/scope_util.rb | 61 + 18 | 15 - 8 | 14 - 8 | 1 | 12.0 - 216 | |
95.0 | lib/googleauth/credentials_loader.rb | 151 + 32 | 60 + 25 | 57 + 22 | 3 + 3 | 9.0 - 882 | |
95.83 | lib/googleauth/user_authorizer.rb | 284 + 236 | 72 + 49 | 69 + 46 | 3 + 3 | 13.0 - 171 | |
96.05 | lib/googleauth/credentials.rb | 181 + 166 | 76 + 70 | 73 + 67 | 3 + 3 | 3.0 - 48 | |
96.15 | lib/googleauth/stores/redis_token_store.rb | 95 + 81 | 26 + 16 | 25 + 15 | 1 + 1 | 2.0 - 3 | |
96.77 | lib/googleauth/compute_engine.rb | 109 + 69 | 31 + 12 | 30 + 11 | 1 + 1 | 4.0 - 1.0 | |
97.14 | lib/googleauth/default_credentials.rb | 93 + 53 | 35 + 11 | 34 + 10 | 1 + 1 | 4.0 - 358 | |
100.0 | lib/googleauth/iam.rb | 75 + 33 | 23 + 12 | 23 + 12 | 0 | 2.0 |