mirror of
https://github.com/rancher/plugins.git
synced 2025-10-19 15:24:54 +00:00
Bumps the golang group with 3 updates in the / directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) and [github.com/vishvananda/netns](https://github.com/vishvananda/netns). Updates `github.com/onsi/ginkgo/v2` from 2.23.3 to 2.23.4 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.23.3...v2.23.4) Updates `github.com/onsi/gomega` from 1.36.2 to 1.36.3 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.36.2...v1.36.3) Updates `github.com/opencontainers/selinux` from 1.11.1 to 1.12.0 - [Release notes](https://github.com/opencontainers/selinux/releases) - [Commits](https://github.com/opencontainers/selinux/compare/v1.11.1...v1.12.0) Updates `github.com/vishvananda/netns` from 0.0.4 to 0.0.5 - [Release notes](https://github.com/vishvananda/netns/releases) - [Commits](https://github.com/vishvananda/netns/compare/v0.0.4...v0.0.5) Updates `golang.org/x/sys` from 0.31.0 to 0.32.0 - [Commits](https://github.com/golang/sys/compare/v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.23.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/onsi/gomega dependency-version: 1.36.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/opencontainers/selinux dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/vishvananda/netns dependency-version: 0.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: golang.org/x/sys dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
762 B
YAML
15 lines
762 B
YAML
coverage:
|
|
range: 80..100
|
|
round: down
|
|
precision: 2
|
|
|
|
status:
|
|
project: # measuring the overall project coverage
|
|
default: # context, you can create multiple ones with custom titles
|
|
enabled: yes # must be yes|true to enable this status
|
|
target: 90% # specify the target coverage for each commit status
|
|
# option: "auto" (must increase from parent commit or pull request base)
|
|
# option: "X%" a static target percentage to hit
|
|
if_not_found: success # if parent is not found report status as success, error, or failure
|
|
if_ci_failed: error # if ci fails report status as success, error, or failure
|