Skip to content

Commit

Permalink
Merge pull request #15819 from github/workflow/coverage/update
Browse files Browse the repository at this point in the history
Update CSV framework coverage reports
  • Loading branch information
owen-mc authored Mar 6, 2024
2 parents f1115af + 4e5a6d7 commit 0ebe045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go/documentation/library-coverage/coverage.csv
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ google.golang.org/protobuf/$ANYVERSION/internal/impl,,,2,,,,2,
google.golang.org/protobuf/$ANYVERSION/proto,,,8,,,,8,
google.golang.org/protobuf/$ANYVERSION/reflect/protoreflect,,,1,,,,1,
gopkg.in/couchbase/gocb,,,18,,,,18,
gopkg.in/macaron,,,1,,,,1,
gopkg.in/macaron,,12,1,,,12,1,
gopkg.in/square/go-jose.v2/jwt,1,,4,,1,,4,
gopkg.in/yaml,,,9,,,,9,
html,,,2,,,,2,
Expand Down
4 changes: 2 additions & 2 deletions go/documentation/library-coverage/coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Go framework & library support
`Go kit <https://gokit.io/>`_,``github.com/go-kit/kit*``,,,1
`Iris <https://www.iris-go.com/>`_,``github.com/kataras/iris*``,,,1
`Kubernetes <https://kubernetes.io/>`_,"``k8s.io/api*``, ``k8s.io/apimachinery*``",,57,
`Macaron <https://gopkg.in/macaron.v1>`_,``gopkg.in/macaron*``,,1,
`Macaron <https://gopkg.in/macaron.v1>`_,``gopkg.in/macaron*``,12,1,
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",,20,
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_,``github.com/sendgrid/sendgrid-go*``,,1,
`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,578,
Expand All @@ -35,5 +35,5 @@ Go framework & library support
`yaml <https://gopkg.in/yaml.v3>`_,``gopkg.in/yaml*``,,9,
`zap <https://go.uber.org/zap>`_,``go.uber.org/zap*``,,11,
Others,"``github.com/go-jose/go-jose/$ANYVERSION/jwt``, ``gopkg.in/square/go-jose.v2/jwt``",,8,2
Totals,,8,871,24
Totals,,20,871,24

0 comments on commit 0ebe045

Please sign in to comment.