Skip to content

Commit

Permalink
adding the github-ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarsilva948 committed Sep 4, 2023
1 parent 1740ca9 commit e53b7e5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go Test and coverage
name: CI

on: [push, pull_request]

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:

.PHONY: fmt
fmt:
gofmt -s -l -w cmd pkg
gofmt -s -e -l -w cmd pkg

.PHONY: lint
lint:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `aftctl` - A CLI for Amazon Account Factory for Terraform (AFT)

[![Go Report Card](https://goreportcard.com/badge/github.com/edgarsilva948/aftctl)](https://goreportcard.com/report/github.com/edgarsilva948/aftctl) [![codecov](https://codecov.io/gh/edgarsilva948/aftctl/graph/badge.svg?token=PIGXFII1NG)](https://codecov.io/gh/edgarsilva948/aftctl)
[![Go Report Card](https://goreportcard.com/badge/github.com/edgarsilva948/aftctl)](https://goreportcard.com/report/github.com/edgarsilva948/aftctl) [![codecov](https://codecov.io/gh/edgarsilva948/aftctl/graph/badge.svg?token=PIGXFII1NG)](https://codecov.io/gh/edgarsilva948/aftctl) [![CI](https://github.com/edgarsilva948/aftctl/actions/workflows/main.yaml/badge.svg)](https://github.com/edgarsilva948/aftctl/actions/workflows/main.yaml)


`aftctl` is a straightforward command-line interface (CLI) tool to perform the AFT deploy.
Expand Down
1 change: 1 addition & 0 deletions pkg/aws/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Copyright © 2023 Edgar Costa [email protected]
*/

// This file contains aws clients and session.
package aws

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/aws/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Copyright © 2023 Edgar Costa [email protected]
*/

// This file contains aws clients and session.
package aws

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/aws/test_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Copyright © 2023 Edgar Costa [email protected]
*/

// This file contains tests for aws clients and session.
package aws

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/aws/test_s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Copyright © 2023 Edgar Costa [email protected]
*/

// This file contains tests for aws clients and session.
package aws

import (
Expand Down
2 changes: 2 additions & 0 deletions pkg/info/test_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Copyright © 2023 Edgar Costa [email protected]
*/

// This file contains test information about the tool.

package info

import (
Expand Down

0 comments on commit e53b7e5

Please sign in to comment.