Skip to content

Commit

Permalink
badges and sections to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Singh <[email protected]>
  • Loading branch information
1Shubham7 committed Nov 12, 2024
1 parent 685e054 commit 63c62d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Test and Coverage
name: Test-and-Coverage

on:
push:
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![GitHub last commit](https://img.shields.io/github/last-commit/1shubham7/banking-application)](#)
![GitHub language count](https://img.shields.io/github/languages/count/1shubham7/banking-application)
![GitHub top language](https://img.shields.io/github/languages/top/1shubham7/banking-application)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/1shubham7/banking-application/Test-and-Coverage)


</div>

Expand Down Expand Up @@ -61,4 +63,12 @@ make migrateup1
make migrateup

make server
```
```

## 🤝 Contributing
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/1shubham7/banking-application)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-closed/1shubham7/banking-application)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr/1shubham7/banking-application)

Whether you have feedback on features, have encountered any bugs, or have suggestions for enhancements, we're eager to hear from you. Your insights help us make our application more robust and user-friendly. If you would like to contribute to this project, please read the [Contribution guidelines](CONTRIBUTING.md) and make sure to follow the [Code Of Conduct](CODE_OF_CONDUCT.md).

0 comments on commit 63c62d7

Please sign in to comment.