Skip to content

Commit

Permalink
fix: update readme file format
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Wang committed Aug 26, 2023
1 parent ca5ad94 commit a301e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# go ci workflow
![Coverage](https://img.shields.io/badge/Coverage-100.0%25-brightgreen)
[![CI](https://github.com/devinwangg/go-github-action/workflows/CI/badge.svg)](https://github.com/devinwangg/go-github-action/workflows/CI/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/devinwangg/go-ci-workflow)](https://goreportcard.com/badge/devinwangg/go-ci-workflow)
[![Go Report Card](https://goreportcard.com/badge/devinwangg/go-ci-workflow)](https://goreportcard.com/report/github.com/devinwangg/go-ci-workflow)

## Project Description
This repository showcases a Continuous Integration (CI) workflow for a Golang project using GitHub Actions and Codecov. The CI pipeline automatically builds the code, runs unit tests, and reports code coverage metrics via Codecov.
Expand Down Expand Up @@ -30,7 +30,7 @@ This repository demonstrates the implementation of four workflow jobs:
- Github Account Token
- Codecov Account Token

# Usage
## Usage
1. Fork and Clone the Repository
```
git clone [email protected]:devinwangg/go-ci-testing-workflow.git
Expand Down

0 comments on commit a301e09

Please sign in to comment.