File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments