Closed eiabea closed 5 years ago
Merging #40 into develop will not change coverage. The diff coverage is
100%
.
@@ 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.
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
The readme has to be updated
Closes #33