Update IsActive on Hook.Update #151

Merged
lunny merged 1 commits from unknown repository into master 2019-03-26 16:55:21 +00:00
Owner

Author: @segevfiner

This updates the IsActive bool when doing Hook.Update.

(Needed that for a separate PR that adds Git hooks to the Gitea API)

Author: @segevfiner This updates the `IsActive` `bool` when doing `Hook.Update`. (Needed that for a separate PR that adds Git hooks to the Gitea API)
Author
Owner

Author: @codecov-io

Codecov Report

Merging #151 into master will decrease coverage by 0.15%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
- Coverage   36.42%   36.27%   -0.16%     
==========================================
  Files          28       28              
  Lines        1842     1850       +8     
==========================================
  Hits          671      671              
- Misses       1080     1088       +8     
  Partials       91       91
Impacted Files Coverage Δ
hook.go 0% <0%> (ø) ⬆️

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 ec4d631...b7ba65d. Read the comment docs.

Author: @codecov-io # [Codecov](https://codecov.io/gh/go-gitea/git/pull/151?src=pr&el=h1) Report > Merging [#151](https://codecov.io/gh/go-gitea/git/pull/151?src=pr&el=desc) into [master](https://codecov.io/gh/go-gitea/git/commit/ec4d631f8de660986c11b46eb6a7b58da8c71cfe?src=pr&el=desc) will **decrease** coverage by `0.15%`. > The diff coverage is `0%`. [![Impacted file tree graph](https://codecov.io/gh/go-gitea/git/pull/151/graphs/tree.svg?width=650&token=sCATTcwuUJ&height=150&src=pr)](https://codecov.io/gh/go-gitea/git/pull/151?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #151 +/- ## ========================================== - Coverage 36.42% 36.27% -0.16% ========================================== Files 28 28 Lines 1842 1850 +8 ========================================== Hits 671 671 - Misses 1080 1088 +8 Partials 91 91 ``` | [Impacted Files](https://codecov.io/gh/go-gitea/git/pull/151?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [hook.go](https://codecov.io/gh/go-gitea/git/pull/151/diff?src=pr&el=tree#diff-aG9vay5nbw==) | `0% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-gitea/git/pull/151?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/go-gitea/git/pull/151?src=pr&el=footer). Last update [ec4d631...b7ba65d](https://codecov.io/gh/go-gitea/git/pull/151?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
This repo is archived. You cannot comment on pull requests.
No description provided.