mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-06-04 03:48:14 +00:00
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) 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) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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
|