aws / aws-codedeploy-agent

Host Agent for AWS CodeDeploy
https://aws.amazon.com/codedeploy
Apache License 2.0
329 stars 187 forks source link

Adding Github Actions Workflow #295

Closed vrr-21 closed 3 years ago

vrr-21 commented 3 years ago

Issue #, if available:

Description of changes: This change adds GitHub Actions Workflow to build using rake and to check code coverage using coveralls.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

mwjones-aws commented 3 years ago

I see this in the output of Run Tests on one of the checks. Let's turn off trying to submit the results to the coveralls API

 [Coveralls] Submitting to https://coveralls.io/api/v1
fatal: not a git repository (or any of the parent directories): .git
vrr-21 commented 3 years ago

Turned off submitting results to coveralls API.

vrr-21 commented 3 years ago

Continued in https://github.com/aws/aws-codedeploy-agent/pull/296