dwyl / dwylbot

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

Time estimation #75

Closed SimonLab closed 7 years ago

SimonLab commented 7 years ago

to be merged after #70

see #61 This PR add the rule to check when the "in-progress" label is added a time estimation label is also added.

codecov[bot] commented 7 years ago

Codecov Report

Merging #75 into master will increase coverage by 2.38%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   89.28%   91.66%   +2.38%     
==========================================
  Files          12       15       +3     
  Lines          56       84      +28     
==========================================
+ Hits           50       77      +27     
- Misses          6        7       +1
Impacted Files Coverage Δ
web/controllers/processes/wait.ex 100% <100%> (ø) :arrow_up:
web/controllers/event_controller.ex 100% <100%> (ø) :arrow_up:
web/controllers/rules/issue/inprogress.ex 100% <100%> (ø)
web/controllers/rules/rules.ex 100% <100%> (+33.33%) :arrow_up:
web/controllers/rules/issue/noassignees.ex 77.77% <77.77%> (ø)
web/controllers/rules/issue/time_estimation.ex 90.9% <90.9%> (ø)
web/models/user.ex 50% <0%> (-50%) :arrow_down:

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 f98107c...6e7e675. Read the comment docs.