-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Go build workflow and Makefile, improve CI
- Loading branch information
1 parent
3e57804
commit 3c639c5
Showing
3 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
# go-ci | ||
# Golang CI/CD with Github Actions | ||
|
||
[![coverage](https://raw.githubusercontent.com/edmarfelipe/go-ci/badges/.badges/main/coverage.svg)](/.github/.testcoverage.yml) | ||
|
||
This repository is a simple example of how to use Github Actions to build and test a Golang application. | ||
|
||
## Features | ||
|
||
- Build with Cache to speed up the process | ||
- Run tests with coverage | ||
- Push code coverage to PR comments | ||
- Push linting errors to PR code review |