Open Ulisseus opened 4 years ago
Merging #244 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #244 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 14 +1
Lines 494 540 +46
Branches 55 63 +8
=========================================
+ Hits 494 540 +46
Impacted Files | Coverage Δ | |
---|---|---|
database/influx/influx.js | 100.00% <100.00%> (ø) |
|
lib/util.js | 100.00% <100.00%> (ø) |
|
src/routes/renderRoutes.js | 100.00% <100.00%> (ø) |
|
src/routes/userRoutes.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 ab9e22d...398b0de. Read the comment docs.
InfluxDB was chosen over TimescaleDB mostly because latter requires older versions of Postgres and maintaining multiply psqls on the same machine is rather annoying. It's also more popular at least for now.
Since this PR adds new influxDB button welcome page snapshots were updated.
To safely merge:
localhost
and8086
Influx: "PRODUCTION INFLUXDB HOST",
needs to be changed to whatever host will be used in productionProofreading of influxDB tutorial is appreciated.