Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

events: add codebuild and codedeploy state-change event types #213

Merged
merged 6 commits into from
Aug 20, 2019

Conversation

roberth-k
Copy link
Contributor

Adds the following CloudWatch event types:

  • events.CodeBuildEvent (detail types: "CodeBuild Build State Change", "CodeBuild Build Phase Change")
  • events.CodeDeployEvent (detail types: "CodeDeploy Deployment State-change Notification", "CodeDeploy Instance State-change Notification")

Tests based on examples sourced from AWS documentation.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov-io
Copy link

codecov-io commented Aug 7, 2019

Codecov Report

Merging #213 into master will decrease coverage by 1.33%.
The diff coverage is 44.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
- Coverage   75.88%   74.55%   -1.34%     
==========================================
  Files          18       20       +2     
  Lines         647      676      +29     
==========================================
+ Hits          491      504      +13     
- Misses        115      127      +12     
- Partials       41       45       +4
Impacted Files Coverage Δ
events/duration.go 44.44% <44.44%> (ø)
events/codebuild.go 45.45% <45.45%> (ø)

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 f7dba3f...83609d0. Read the comment docs.

Copy link
Collaborator

@bmoffatt bmoffatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

confirmed test data is copy-paste from the docs, nice! Thanks for the contribution!

@bmoffatt bmoffatt merged commit a5ae086 into aws:master Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants