conveyal / analysis-backend

Server component of Conveyal Analysis
http://conveyal.com/analysis
MIT License
23 stars 12 forks source link

Log request #216

Closed ansoncfit closed 5 years ago

ansoncfit commented 5 years ago

If "logRequest": true, is set in the custom profile request, will pass this along to the R5 worker (depends on https://github.com/conveyal/r5/pull/491)

codecov-io commented 5 years ago

Codecov Report

Merging #216 into dev will increase coverage by 0.69%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev     #216      +/-   ##
============================================
+ Coverage     23.07%   23.77%   +0.69%     
- Complexity      103      111       +8     
============================================
  Files            62       62              
  Lines          2405     2570     +165     
  Branches        216      248      +32     
============================================
+ Hits            555      611      +56     
- Misses         1817     1925     +108     
- Partials         33       34       +1
Impacted Files Coverage Δ Complexity Δ
...java/com/conveyal/taui/models/AnalysisRequest.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...l/taui/controllers/RegionalAnalysisController.java 7.96% <0%> (-1.2%) 3% <0%> (+1%)
...om/conveyal/taui/controllers/BrokerController.java 22.42% <0%> (+2.24%) 10% <0%> (+4%) :arrow_up:
...rc/main/java/com/conveyal/taui/AnalysisServer.java 53.41% <0%> (+7.33%) 8% <0%> (+3%) :arrow_up:

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 582dcda...954497e. Read the comment docs.