dwyl / dwylbot

:robot: Automating our GitHub Workflow to improve team communication/collaboration and reduce tedious repetition!
28 stars 7 forks source link

create process for each rule, allow to define wait for each rule #87

Closed SimonLab closed 7 years ago

SimonLab commented 7 years ago

ref: #74

This PR allow to create processes for each errors found.

codecov[bot] commented 7 years ago

Codecov Report

Merging #87 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   96.03%   96.11%   +0.07%     
==========================================
  Files          18       19       +1     
  Lines         101      103       +2     
==========================================
+ Hits           97       99       +2     
  Misses          4        4
Impacted Files Coverage Δ
web/controllers/rules/issue/time_estimation.ex 100% <ø> (ø) :arrow_up:
web/controllers/rules/issue/no_description.ex 100% <ø> (ø) :arrow_up:
web/controllers/rules/issue/noassignees.ex 100% <ø> (ø) :arrow_up:
web/controllers/github_api/in_memory.ex 100% <ø> (ø) :arrow_up:
web/controllers/rules/pr/no_description.ex 100% <ø> (ø) :arrow_up:
web/controllers/rules/issue/inprogress.ex 100% <ø> (ø) :arrow_up:
web/controllers/processes/wait.ex 100% <100%> (ø) :arrow_up:
web/controllers/rules/helpers.ex 100% <100%> (ø)
web/controllers/rules/rules.ex 100% <100%> (ø) :arrow_up:
web/controllers/event_controller.ex 100% <100%> (ø) :arrow_up:
... and 1 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 a3984c1...9806e88. Read the comment docs.