Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

endpoints tool fixes#153

Merged
tangiel merged 2 commits intomasterfrom
endpoints-tool
Jul 26, 2018
Merged

endpoints tool fixes#153
tangiel merged 2 commits intomasterfrom
endpoints-tool

Conversation

@tangiel
Copy link
Contributor

@tangiel tangiel commented Jul 26, 2018

Fixes #151.

@tangiel tangiel requested a review from inklesspen July 26, 2018 20:40
tangiel added 2 commits July 26, 2018 13:41
Previously we caught exceptions and printed the cause message, but
this has bitten us plenty of times in the past with unhelpful
exception messages. Now we just let the tool throw the exception so we
get the exception type and stack trace.
@codecov-io
Copy link

Codecov Report

Merging #153 into master will increase coverage by 0.04%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #153      +/-   ##
============================================
+ Coverage     79.99%   80.04%   +0.04%     
- Complexity     1681     1682       +1     
============================================
  Files           156      156              
  Lines          5599     5597       -2     
  Branches        731      731              
============================================
+ Hits           4479     4480       +1     
+ Misses          840      838       -2     
+ Partials        280      279       -1
Impacted Files Coverage Δ Complexity Δ
...ogle/api/server/spi/tools/GetOpenApiDocAction.java 37.77% <0%> (-0.86%) 3 <0> (ø)
...com/google/api/server/spi/tools/EndpointsTool.java 87.5% <0%> (+6.1%) 8 <0> (ø) ⬇️
.../server/spi/discovery/CommonPathPrefixBuilder.java 100% <0%> (+5.55%) 9% <0%> (+1%) ⬆️

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 79c3acc...46e67d2. Read the comment docs.

@tangiel tangiel merged commit b16ce3f into master Jul 26, 2018
@tangiel tangiel deleted the endpoints-tool branch July 26, 2018 21:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants