Cepave / open-falcon-backend

Apache License 2.0
23 stars 18 forks source link

[OWL-1998][mysqlapi][common][task][config] Clear expired log entries of tasks #398

Closed chyeh closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #398 into develop will increase coverage by 0.22%. The diff coverage is 85.23%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #398      +/-   ##
===========================================
+ Coverage    41.84%   42.06%   +0.22%     
===========================================
  Files          216      220       +4     
  Lines        22791    23061     +270     
===========================================
+ Hits          9537     9701     +164     
- Misses       12950    13041      +91     
- Partials       304      319      +15
Impacted Files Coverage Δ
modules/mysqlapi/restful/package.go 0% <0%> (ø) :arrow_up:
modules/mysqlapi/restful/owl/task.go 0% <0%> (ø)
common/service/owl/task.go 100% <100%> (ø)
modules/mysqlapi/rdb/owl/task.go 100% <100%> (ø)
common/db/owl/schedule.go 89.52% <89.52%> (ø)
modules/transfer/sender/send_tasks.go 0% <0%> (ø) :arrow_up:
modules/transfer/sender/sender_cron.go 0% <0%> (ø) :arrow_up:
modules/transfer/sender/conn_pools.go 0% <0%> (ø) :arrow_up:
... and 3 more

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 567c578...7739f27. Read the comment docs.

chyeh commented 6 years ago

Merged to OWL-1997