Skip to content

Commit dd1d5ec

Browse files
authored
Merge pull request #16967 from github/workflow/coverage/update
Update CSV framework coverage reports
2 parents 9c98296 + 5d657ba commit dd1d5ec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

go/documentation/library-coverage/coverage.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ github.com/astaxie/beego,,6,7,,,6,7,
3939
github.com/astaxie/beego/context,,15,1,,,15,1,
4040
github.com/astaxie/beego/utils,,,13,,,,13,
4141
github.com/beego/beego,,6,7,,,6,7,
42-
github.com/beego/beego/context,,15,,,,15,,
42+
github.com/beego/beego/context,,15,1,,,15,1,
4343
github.com/beego/beego/core/utils,,,13,,,,13,
4444
github.com/beego/beego/server/web,,6,7,,,6,7,
4545
github.com/beego/beego/server/web/context,,15,1,,,15,1,
46+
github.com/beego/beego/utils,,,13,,,,13,
4647
github.com/couchbase/gocb,,,18,,,,18,
4748
github.com/couchbaselabs/gocb,,,18,,,,18,
4849
github.com/cristalhq/jwt,1,,,1,,,,

go/documentation/library-coverage/coverage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Go framework & library support
2020
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",,20,
2121
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_,``github.com/sendgrid/sendgrid-go*``,,1,
2222
`Standard library <https://pkg.go.dev/std>`_,"````, ``archive/*``, ``bufio``, ``bytes``, ``cmp``, ``compress/*``, ``container/*``, ``context``, ``crypto``, ``crypto/*``, ``database/*``, ``debug/*``, ``embed``, ``encoding``, ``encoding/*``, ``errors``, ``expvar``, ``flag``, ``fmt``, ``go/*``, ``hash``, ``hash/*``, ``html``, ``html/*``, ``image``, ``image/*``, ``index/*``, ``io``, ``io/*``, ``log``, ``log/*``, ``maps``, ``math``, ``math/*``, ``mime``, ``mime/*``, ``net``, ``net/*``, ``os``, ``os/*``, ``path``, ``path/*``, ``plugin``, ``reflect``, ``reflect/*``, ``regexp``, ``regexp/*``, ``slices``, ``sort``, ``strconv``, ``strings``, ``sync``, ``sync/*``, ``syscall``, ``syscall/*``, ``testing``, ``testing/*``, ``text/*``, ``time``, ``time/*``, ``unicode``, ``unicode/*``, ``unsafe``",8,584,
23-
`beego <https://beego.me/>`_,"``github.com/astaxie/beego*``, ``github.com/beego/beego*``",63,49,
23+
`beego <https://beego.me/>`_,"``github.com/astaxie/beego*``, ``github.com/beego/beego*``",63,63,
2424
`cristalhq/jwt <https://github.com/cristalhq/jwt>`_,``github.com/cristalhq/jwt*``,,,1
2525
`fasthttp <https://github.com/valyala/fasthttp>`_,``github.com/valyala/fasthttp*``,,5,
2626
`go-pg <https://pg.uptrace.dev/>`_,``github.com/go-pg/pg*``,,6,
@@ -35,5 +35,5 @@ Go framework & library support
3535
`protobuf <https://pkg.go.dev/google.golang.org/protobuf>`_,"``github.com/golang/protobuf*``, ``google.golang.org/protobuf*``",,16,
3636
`yaml <https://gopkg.in/yaml.v3>`_,``gopkg.in/yaml*``,,9,
3737
`zap <https://go.uber.org/zap>`_,``go.uber.org/zap*``,,11,
38-
Totals,,83,884,24
38+
Totals,,83,898,24
3939

0 commit comments

Comments
 (0)