Closed anthonykhoa closed 4 years ago
Merging #233 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #233 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 12 13 +1
Lines 445 481 +36
Branches 43 50 +7
=========================================
+ Hits 445 481 +36
Impacted Files | Coverage Δ | |
---|---|---|
database/arango/arango.js | 100.00% <100.00%> (ø) |
|
database/elasticsearch/elastic.js | 100.00% <100.00%> (ø) |
|
lib/sendFetch.js | 100.00% <100.00%> (ø) |
|
src/server.js | 100.00% <100.00%> (ø) |
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 642b583...fe193b8. Read the comment docs.
Functions to start and stop a connection to an Arango database, as well as delete and create users from an Arango database, need to be created. These functions are needed before creating the API routes that will call those functions.
This PR will:
sendFetch
helper function to use in the back end.database/elastic/elastic.js
file,sendESRequest
is instead replaced with thesendFetch
function.