eiabea / tempea-api

Thermostat control based on node.js
MIT License
1 stars 0 forks source link

Add support for next cloud calendar #40

Closed eiabea closed 5 years ago

eiabea commented 5 years ago

Closes #33

codecov[bot] commented 5 years ago

Codecov Report

Merging #40 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #40   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           10     12    +2     
  Lines          402    449   +47     
======================================
+ Hits           402    449   +47
Impacted Files Coverage Δ
controller/calendar.controller.js 100% <100%> (ø) :arrow_up:
controller/calendar/google.js 100% <100%> (ø)
controller/calendar/nextcloud.js 100% <100%> (ø)

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 fcea2f1...81cc8a8. Read the comment docs.

eiabea commented 5 years ago

Currently 3 test files (calendar.controller.js, calendar.google.controller.js and calendar.nextcloud.js) are responsible for testing the calendar functionality, this should be minimized, because especially the nextcloud and google files are testing the same functions

eiabea commented 5 years ago

The readme has to be updated