Skip to content

Commit 5032778

Browse files
committed
#45, draft
1 parent 7247efb commit 5032778

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

content/posts/meetup-45-wrapup.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "Hybrid Meetup #45 wrap-up"
3+
date: 2024-11-01T10:00:00+01:00
4+
draft: true
5+
tags:
6+
- summary
7+
- meetup
8+
---
9+
10+
## Testing in Go
11+
12+
Hybrid Meetup #45 took place
13+
[2024-10-29](https://www.meetup.com/leipzig-golang/events/298481354/) 19:00 at
14+
[CHECK24](https://check24.de) Leipzig Office at Altes Landratsamt. We had two
15+
great input presentations about open source projects in the testing domain.
16+
17+
### Coverage metrics
18+
19+
[Fabian](https://www.linkedin.com/in/fabian-g%C3%A4rtner-913584141/) analyzed
20+
the Go coverage tool [cmd/cover](https://pkg.go.dev/cmd/cover) and listed some
21+
its shortcomings and presented a tool for getting a more accurate coverage
22+
metric: [gocoverplus](https://github.com/Fabianexe/gocoverageplus).
23+
24+
XXX: example of three OSS projects and the coverage difference
25+
26+
27+
28+
### Go scheduler overlay
29+
30+

0 commit comments

Comments
 (0)