Skip to content

Commit 5cd8123

Browse files
committed
Increase test coverage and add styleguide
1 parent ec5e4eb commit 5cd8123

File tree

9 files changed

+1039
-218
lines changed

9 files changed

+1039
-218
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Thank you for considering contributing to Codeowners Plus! We welcome contributi
2121
go run main.go -token <your_gh_token> -dir ../chaturbate -pr <pr_num> -repo multimediallc/chaturbate -v true
2222
```
2323

24+
#### Running the CLI tool Locally
25+
26+
```bash
27+
go run tools/cli/main.go <command> [flags]
28+
```
29+
2430
#### Submitting Changes
2531

2632
* Fork the repository
@@ -33,6 +39,7 @@ go run main.go -token <your_gh_token> -dir ../chaturbate -pr <pr_num> -repo mult
3339
### Code Style and Standards
3440

3541
* Follow [Go best practices](https://go.dev/doc/effective_go).
42+
* Follow additional rules in [styleguide](styleguide/) markdown files.
3643
* Write clear, concise, and well-documented code.
3744
* Include unit tests for any new functionality.
3845

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Code Ownership &amp; Review Assignment Tool - GitHub CODEOWNERS but better
44

55
[![Go Report Card](https://goreportcard.com/badge/github.com/multimediallc/codeowners-plus)](https://goreportcard.com/report/github.com/multimediallc/codeowners-plus?kill_cache=1)
66
[![Tests](https://github.com/multimediallc/codeowners-plus/actions/workflows/go.yml/badge.svg)](https://github.com/multimediallc/codeowners-plus/actions/workflows/go.yml)
7-
![Coverage](https://img.shields.io/badge/Coverage-74.3%25-brightgreen)
7+
![Coverage](https://img.shields.io/badge/Coverage-83.1%25-brightgreen)
88
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
99
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
1010

0 commit comments

Comments
 (0)