dice-group / ida-pg

GNU Affero General Public License v3.0
6 stars 4 forks source link

Test Cases creation ws18-19 (Anu) #117

Closed anu-muniyapla closed 5 years ago

anu-muniyapla commented 5 years ago

test cases for the following have been implemented 1.convert to map 2.matching keys 3.filtered data 4.filter checks

  1. bar graph msg rest controller
  2. load dataset msg rest controller
nikit-srivastava commented 5 years ago

@anu-muniyapla your branch has compilation errors, which is causing the travis build to fail on it. Please, look into it.

codecov-io commented 5 years ago

Codecov Report

Merging #117 into master will increase coverage by 2.28%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #117      +/-   ##
============================================
+ Coverage      22.1%   24.39%   +2.28%     
- Complexity       96      101       +5     
============================================
  Files            51       48       -3     
  Lines          1330     1279      -51     
  Branches        146      146              
============================================
+ Hits            294      312      +18     
+ Misses         1024      954      -70     
- Partials         12       13       +1
Impacted Files Coverage Δ Complexity Δ
ida-ws/src/main/java/upb/ida/util/FilterUtil.java 1.85% <ø> (ø) 1 <0> (ø) :arrow_down:
...da-ws/src/main/java/upb/ida/util/BarGraphUtil.java 8.98% <ø> (+7.86%) 3 <0> (+2) :arrow_up:
...c/main/java/upb/ida/provider/DataDumpProvider.java 100% <0%> (ø) 9% <0%> (+4%) :arrow_up:
.../java/upb/ida/provider/RiveScriptBeanProvider.java 100% <0%> (ø) 2% <0%> (ø) :arrow_down:
...s/src/main/java/upb/ida/venndiagram/VENN_ITEM.java
...s/src/main/java/upb/ida/venndiagram/VENN_Util.java
.../java/upb/ida/venndiagram/VENN_DATA_GENERATOR.java
.../main/java/upb/ida/provider/GeoDiagramHandler.java
...main/java/upb/ida/provider/VennDiagramHandler.java
...ain/java/upb/ida/venndiagram/VENN_DATA_FILTER.java
... and 8 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 6d8ddca...4b3d9f3. Read the comment docs.

nikit-srivastava commented 5 years ago

obsolete