diff --git a/.github/workflows/go-tests-other-os.yml b/.github/workflows/go-tests-other-os.yml index 2760a8a4b51a..99b45e31dcdb 100644 --- a/.github/workflows/go-tests-other-os.yml +++ b/.github/workflows/go-tests-other-os.yml @@ -3,6 +3,7 @@ on: pull_request: paths: - "go/**" + - "!go/documentation/**" - "!go/ql/**" # don't run other-os if only ql/ files changed - .github/workflows/go-tests-other-os.yml - .github/actions/** diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index bf6cd209e15d..994aba441826 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -3,6 +3,7 @@ on: push: paths: - "go/**" + - "!go/documentation/**" - "shared/**" - .github/workflows/go-tests.yml - .github/actions/** @@ -13,6 +14,7 @@ on: pull_request: paths: - "go/**" + - "!go/documentation/**" - "shared/**" - .github/workflows/go-tests.yml - .github/actions/** diff --git a/go/documentation/library-coverage/coverage.csv b/go/documentation/library-coverage/coverage.csv index f88224d24e8b..de04271c300d 100644 --- a/go/documentation/library-coverage/coverage.csv +++ b/go/documentation/library-coverage/coverage.csv @@ -95,7 +95,7 @@ github.com/spf13/afero,34,,,,,,,,34,,,,,,,,,,,,,,,,,, github.com/square/go-jose,3,,4,,2,1,,,,,,,,,,,,,,,,,,,,4, github.com/uptrace/bun,63,,,,,,,,,,,,,,63,,,,,,,,,,,, github.com/valyala/fasthttp,35,50,5,,,,,,8,,,,17,8,,2,,,,,,,,50,,5, -go.mongodb.org/mongo-driver/mongo,14,,,,,,,14,,,,,,,,,,,,,,,,,,, +go.mongodb.org/mongo-driver/mongo,14,11,5,,,,,14,,,,,,,,,,,,,11,,,,,5, go.uber.org/zap,33,,11,,,,33,,,,,,,,,,,,,,,,,,,11, golang.org/x/crypto/ssh,4,,,4,,,,,,,,,,,,,,,,,,,,,,, golang.org/x/net/context,,,5,,,,,,,,,,,,,,,,,,,,,,,5, diff --git a/go/documentation/library-coverage/coverage.rst b/go/documentation/library-coverage/coverage.rst index 66f05c4faa10..1b36985045bf 100644 --- a/go/documentation/library-coverage/coverage.rst +++ b/go/documentation/library-coverage/coverage.rst @@ -28,7 +28,7 @@ Go framework & library support `Kubernetes `_,"``k8s.io/api*``, ``k8s.io/apimachinery*``",,57, `Logrus `_,"``github.com/Sirupsen/logrus*``, ``github.com/sirupsen/logrus*``",,,290 `Macaron `_,``gopkg.in/macaron*``,12,1,1 - `MongoDB Go Driver `_,``go.mongodb.org/mongo-driver*``,,,14 + `MongoDB Go Driver `_,``go.mongodb.org/mongo-driver*``,11,5,14 `Revel `_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",46,20,4 `SendGrid `_,``github.com/sendgrid/sendgrid-go*``,,1, `Squirrel `_,"``github.com/Masterminds/squirrel*``, ``github.com/lann/squirrel*``, ``gopkg.in/Masterminds/squirrel``",,,96 @@ -73,5 +73,5 @@ Go framework & library support `xpathparser `_,``github.com/santhosh-tekuri/xpathparser*``,,,2 `yaml `_,``gopkg.in/yaml*``,,9, `zap `_,``go.uber.org/zap*``,,11,33 - Totals,,459,947,1532 + Totals,,470,952,1532