Skip to content

Commit 301fc3b

Browse files
committed
wip, #45
1 parent dd4ef69 commit 301fc3b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

content/posts/meetup-45-wrapup.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,23 @@ A short usage demo:
5757

5858
```shell
5959
$ go install github.com/Fabianexe/gocoverageplus@latest
60-
$ go test -cover -coverprofile=cover.out
60+
$ go test -cover -coverprofile=c.out
6161
```
6262

6363
Put a [config
6464
file](https://github.com/Fabianexe/gocoverageplus/?tab=readme-ov-file#config)
6565
into your projects folder, then:
6666

6767
```
68-
$ gocoverageplus -i cover.out -o plus.out
68+
$ gocoverageplus -i c.out -o p.out
6969
```
7070

71+
The render the report, e.g. as HTML or to stdout. A nice little TUI for
72+
coverage reports is: [gocovsh](https://github.com/orlangure/gocovsh).
73+
74+
![](/images/gocovsh.png)
75+
7176
### Go scheduler overlay
7277

78+
79+

static/images/gocovsh.png

43 KB
Loading

0 commit comments

Comments
 (0)