Closed PuneetPunamiya closed 1 month ago
The following is the coverage report on the affected files.
Say /test pull-tekton-chains-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/chains/storage/docdb/docdb.go | 73.6% | 64.2% | -9.3 |
/test pull-tekton-chains-unit-tests
The following is the coverage report on the affected files.
Say /test pull-tekton-chains-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/chains/storage/docdb/docdb.go | 73.6% | 54.1% | -19.4 |
The following is the coverage report on the affected files.
Say /test pull-tekton-chains-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/chains/storage/docdb/docdb.go | 73.6% | 64.3% | -9.3 |
The following is the coverage report on the affected files.
Say /test pull-tekton-chains-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/chains/storage/docdb/docdb.go | 73.6% | 64.3% | -9.3 |
The following is the coverage report on the affected files.
Say /test pull-tekton-chains-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/chains/storage/docdb/docdb.go | 73.6% | 64.3% | -9.3 |
The following is the coverage report on the affected files.
Say /test pull-tekton-chains-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/chains/storage/docdb/docdb.go | 73.6% | 64.3% | -9.3 |
The following is the coverage report on the affected files.
Say /test pull-tekton-chains-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/chains/storage/docdb/docdb.go | 73.6% | 64.6% | -9.0 |
/test pull-tekton-chains-integration-tests
The following is the coverage report on the affected files.
Say /test pull-tekton-chains-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/chains/storage/docdb/docdb.go | 48.8% | 41.8% | -7.0 |
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jkhelil, lcarva
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Previously when
storage.docdb.mongo-server-url-dir
was set, then value was read from the path specified in the field plusMONGO_SERVER_URL
i.e. (for e.g. /mnt/mongo-creds-secret/MONGO_SERVER_URL) so user had to create the secret with the keyMONGO_SERVER_URL
Hence, with this patch user can specify the path now and the tokwn will be read from the path specified
Changes
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
Release Notes