Arquisoft / viade_en2a

Viade en2a
GNU General Public License v3.0
0 stars 13 forks source link

Finished ttl to json parser and added condition to avoid badly create… #191

Closed Angelixus closed 4 years ago

Angelixus commented 4 years ago

…d routes

codecov[bot] commented 4 years ago

Codecov Report

Merging #191 into development will decrease coverage by 12.04%. The diff coverage is 6.95%.

Impacted file tree graph

@@               Coverage Diff                @@
##           development     #191       +/-   ##
================================================
- Coverage        45.87%   33.83%   -12.05%     
================================================
  Files              146      136       -10     
  Lines             2123     1661      -462     
  Branches           203      178       -25     
================================================
- Hits               974      562      -412     
+ Misses             989      965       -24     
+ Partials           160      134       -26     
Impacted Files Coverage Δ
...rc/containers/CreateRoute/createRoute.container.js 0.00% <0.00%> (ø)
src/containers/RouteList/routeList.container.js 14.75% <0.00%> (-4.61%) :arrow_down:
src/containers/Welcome/welcome.component.js 25.92% <ø> (-1.53%) :arrow_down:
src/services/DomainJSONTranslator.js 10.93% <6.74%> (+1.93%) :arrow_up:
...s/CreateRoute/LateralForm/lateralForm.component.js 10.00% <11.11%> (+10.00%) :arrow_up:
src/services/PODExtractor.js 13.46% <16.66%> (+3.58%) :arrow_up:
src/services/importing/gpx/gpxInput.js 0.00% <0.00%> (-100.00%) :arrow_down:
src/services/importing/gpx/gpxParser.js 0.00% <0.00%> (-100.00%) :arrow_down:
src/domain/domainClasses.js 64.00% <0.00%> (-13.42%) :arrow_down:
... and 33 more

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 687568f...c97e22f. Read the comment docs.

luispc1998 commented 4 years ago

Merged into this branch the #196 branch. Solved all the conflicts, tested all the functionality with a ttl parsed route. It works.