Skip to content

Commit 337d17e

Browse files
authored
Merge pull request #114
feat: add codecov badge to README
2 parents 9b737cb + 68bb218 commit 337d17e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Go Reference][godoc-badge]][godoc]
44
[![Go Report Card][goreport-badge]][goreport]
5+
[![codecov][codecov-badge]][codecov]
56

67
This package contains simple mechanisms used by other darvaza-proxy
78
projects. It's not allowed to have dependencies outside of Go's Standard
@@ -11,6 +12,8 @@ Library, and if something should be on a subdirectory, it shouldn't be here.
1112
[godoc-badge]: https://pkg.go.dev/badge/darvaza.org/core.svg
1213
[goreport]: https://goreportcard.com/report/darvaza.org/core
1314
[goreport-badge]: https://goreportcard.com/badge/darvaza.org/core
15+
[codecov]: https://codecov.io/gh/darvaza-proxy/core
16+
[codecov-badge]: https://codecov.io/gh/darvaza-proxy/core/graph/badge.svg
1417

1518
## Type Constraints
1619

internal/build/cspell.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
"words": [
66
"addrport",
77
"addrs",
8+
"analyser",
89
"AppendError",
910
"AsError",
1011
"AsRecovered",
12+
"behaviour",
1113
"benchmem",
1214
"carryforward",
1315
"Codecov",
@@ -24,6 +26,7 @@
2426
"darvaza-proxy",
2527
"deepsource",
2628
"dylib",
29+
"errgroup",
2730
"ErrGroup",
2831
"Errorf",
2932
"FileLine",
@@ -74,8 +77,10 @@
7477
"tput",
7578
"UDPAddr",
7679
"unbracketed",
80+
"uncontended",
7781
"Uniquify",
7882
"Unwrappable",
83+
"waitgroup",
7984
"WaitGroup",
8085
"wantok",
8186
"WrappedError",

0 commit comments

Comments
 (0)