Closed antekresic closed 5 years ago
Merging #76 into master will increase coverage by
7.58%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #76 +/- ##
=========================================
+ Coverage 57.32% 64.9% +7.58%
=========================================
Files 77 77
Lines 3810 3810
=========================================
+ Hits 2184 2473 +289
+ Misses 1595 1309 -286
+ Partials 31 28 -3
Impacted Files | Coverage Δ | |
---|---|---|
...d/tsbs_generate_queries/databases/influx/devops.go | 100% <0%> (+67.85%) |
:arrow_up: |
...d/tsbs_generate_queries/databases/siridb/devops.go | 100% <0%> (+72.41%) |
:arrow_up: |
...bs_generate_queries/databases/clickhouse/devops.go | 100% <0%> (+89.89%) |
:arrow_up: |
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 a985875...c1bc78a. Read the comment docs.
@RobAtticus updated the tests based on your feedback. Waiting with further changes until PR #77 is merged to master.
@RobAtticus I rebased the PR with your latest changes and fixed them up to reflect them.
Could you take another look at it?
Thanks.
Covering query generation functions for Influx, ClickHouse and SiriDB databases. Tests are covering basic pre-generated outputs and provide visual sanity checks. More robust tests are left as a future task.