RedisGrafana / grafana-redis-explorer

Redis Explorer for @grafana allows connecting to Redis Enterprise software clusters using REST API.
https://redisgrafana.github.io
Apache License 2.0
6 stars 0 forks source link

Add tests for root page and datasource #26

Closed asimonok closed 3 years ago

asimonok commented 3 years ago

24

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (b710ca7) into master (0785afb) will increase coverage by 89.91%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #26       +/-   ##
===========================================
+ Coverage    9.81%   99.73%   +89.91%     
===========================================
  Files          20       20               
  Lines         377      372        -5     
  Branches       65       65               
===========================================
+ Hits           37      371      +334     
+ Misses        339        1      -338     
+ Partials        1        0        -1     
Impacted Files Coverage Δ
...-enterprise-software-datasource/api/types/frame.ts 100.00% <100.00%> (+100.00%) :arrow_up:
src/components/config.tsx 97.29% <0.00%> (+2.70%) :arrow_up:
src/module.ts 100.00% <0.00%> (+100.00%) :arrow_up:
src/components/index.ts 100.00% <0.00%> (+100.00%) :arrow_up:
src/components/root-page.tsx 100.00% <0.00%> (+100.00%) :arrow_up:
src/components/data-source-list.tsx 100.00% <0.00%> (+100.00%) :arrow_up:
src/redis-enterprise-software-datasource/types.ts 100.00% <0.00%> (+100.00%) :arrow_up:
src/redis-enterprise-software-datasource/module.ts 100.00% <0.00%> (+100.00%) :arrow_up:
...rc/redis-enterprise-software-datasource/api/api.ts 100.00% <0.00%> (+100.00%) :arrow_up:
... and 10 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 0785afb...b710ca7. Read the comment docs.