Skip to content

Commit 78a8e53

Browse files
committed
Updating README
1 parent 7af06a1 commit 78a8e53

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Tinycare-tui
2-
![Coverage](https://img.shields.io/badge/Coverage-60.3%25-yellow)
2+
![Coverage](https://img.shields.io/badge/Coverage-60.3%25-yellow) [![Go Reference](https://pkg.go.dev/badge/github.com/DMcP89/tinycare-tui.svg)](https://pkg.go.dev/github.com/DMcP89/tinycare-tui) [![Go Report Card](https://goreportcard.com/badge/github.com/DMcP89/tinycare-tui)](https://goreportcard.com/report/github.com/DMcP89/tinycare-tui)
33

44
Small terminal app that shows git commits from the last 24 hours and week, current weather, some self care advice, and you current todo list tasks
55
inspired by [@notwaldorf](https://github.com/notwaldorf) [tiny-care-terminal](https://github.com/notwaldorf/tiny-care-terminal)
66

7-
[![Go Reference](https://pkg.go.dev/badge/github.com/DMcP89/tinycare-tui.svg)](https://pkg.go.dev/github.com/DMcP89/tinycare-tui) [![Go Report Card](https://goreportcard.com/badge/github.com/DMcP89/tinycare-tui)](https://goreportcard.com/report/github.com/DMcP89/tinycare-tui)
7+
88

99

1010
![screenshot](image.png)
@@ -76,10 +76,11 @@ tinycare-tui
7676
- [x] Fix silent failure when attempting to fetch commits from nonexistant directory
7777
- [ ] Task Warrior integration
7878
- [ ] Have project added to awesome-go
79-
- [ ] reduce cyclomatic complexity of main function in main.go for Go Report Card
80-
- [ ] setup code coverage Report
81-
- [ ] Create documentation
82-
- [ ] Add bages to README
79+
- [x] reduce cyclomatic complexity of main function in main.go for Go Report Card
80+
- [x] setup code coverage Report
81+
- [x] Create documentation
82+
- [x] Add bages to README
83+
- [ ] Get coverage to 80%
8384
- [ ] Open PR to awesome-Go
8485

8586
## Contributions

0 commit comments

Comments
 (0)