Skip to content

Commit

Permalink
Add code coverage toworkflow and badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilovanovicc committed Oct 1, 2023
1 parent 964e415 commit 886f23a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Run tests (if applicable)
run: go test -v ./...

- name: Run Code Coverage
run: go test -cover ./...

# Validate Terraform Code
- name: Check Terraform code formatting
run: terraform fmt -check=true -recursive
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Chatbot Translator App with AWS, Golang and Terraform

<img alt="ProjectStatus" src="https://img.shields.io/badge/IN%20PROGRESS-097969?style=for-the-badge&logo=IN%20PROGRESS&logoColor=FFF">

![GitHub language count](https://img.shields.io/github/languages/count/vmilovanovicc/zobot)
![GitHub top language](https://img.shields.io/github/languages/top/vmilovanovicc/zobot)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/vmilovanovicc/zobot/checks.yaml)
![GitHub pull requests](https://img.shields.io/github/issues-pr/vmilovanovicc/:zobot)
![GitHub](https://img.shields.io/github/license/vmilovanovicc/zobot)
![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/vmilovanovicc/zobot)
![Go Version](https://img.shields.io/github/go-mod/go-version/vmilovanovicc/zobot)

<br/>
<img alt="Go" src="https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white">
<img alt="AWS" src="https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white">
Expand Down

0 comments on commit 886f23a

Please sign in to comment.