Skip to content

Conversation

@hunterwerlla
Copy link
Contributor

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Added tests
  • Code cleanup

Description

Motivation and Context

Related Issue(s), If Filed

fix #220

Testing

Checklist

  • I have read the README document
  • I have read the CONTRIBUTING document
  • Local run of npm run fullBuild succeeds
  • I have run tslint against my changes using the root tslint.yaml
  • My code follows the code style of this project
  • I have added tests to cover my changes
  • All new and existing tests passed
  • A short description of the change has been added to the CHANGELOG (CHANGELOG.md) if the change is feature related

License

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

@hunterwerlla hunterwerlla requested a review from a team as a code owner June 5, 2019 23:09
"name": "CloudFormationDeleteStack",
"friendlyName": "AWS CloudFormation Delete Stack",
"description": "Deletes an AWS CloudFormation stack.",
"description": "Deletes a AWS CloudFormation stack.",

Choose a reason for hiding this comment

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

The changes to "a AWS" in this PR seem odd to me.

Copy link
Contributor Author

@hunterwerlla hunterwerlla Jun 7, 2019

Choose a reason for hiding this comment

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

I got a little to excited about a vs an, reverted this change (and looking over the other changes)

@codecov-io
Copy link

codecov-io commented Jun 6, 2019

Codecov Report

Merging #237 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #237   +/-   ##
=======================================
  Coverage   45.81%   45.81%           
=======================================
  Files          49       49           
  Lines        1936     1936           
  Branches      280      280           
=======================================
  Hits          887      887           
  Misses       1047     1047           
  Partials        2        2

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 9f95e7a...3c9a02f. Read the comment docs.

"name": "LambdaInvokeFunction",
"friendlyName": "AWS Lambda Invoke Function",
"description": "Invokes a AWS Lambda function",
"description": "Invokes a Lambda function",

Choose a reason for hiding this comment

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

Please restore the AWS prefix

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@hunterwerlla hunterwerlla merged commit def6a70 into master Jun 7, 2019
@hunterwerlla hunterwerlla deleted the werlla/normalizeTaskNames branch June 7, 2019 17:48
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.

Make task names consistent

3 participants