go-github icon indicating copy to clipboard operation
go-github copied to clipboard

Add support for parsing code_scanning_alerts in webhooks

Open emilva opened this issue 3 years ago • 2 comments

Following up on the issue I created https://github.com/google/go-github/issues/2391.

Let me know if there is anything missing or needs fixing. I just tried to follow the patterns from the other types.

Cheers,

emil

Fixes: #2391.

emilva avatar Jun 21 '22 13:06 emilva

Codecov Report

Merging #2392 (1f8d04e) into master (8309da1) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2392   +/-   ##
=======================================
  Coverage   98.06%   98.06%           
=======================================
  Files         119      119           
  Lines       10546    10548    +2     
=======================================
+ Hits        10342    10344    +2     
  Misses        140      140           
  Partials       64       64           
Impacted Files Coverage Δ
github/messages.go 100.00% <ø> (ø)
github/event.go 100.00% <100.00%> (ø)

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 8309da1...1f8d04e. Read the comment docs.

codecov[bot] avatar Jun 21 '22 15:06 codecov[bot]

Thanks @gmlewis! :D

emilva avatar Jun 21 '22 16:06 emilva

Thank you, @raynigon ! Merging.

gmlewis avatar Aug 13 '22 22:08 gmlewis