Closed renovate[bot] closed 4 years ago
Merging #139 into master will increase coverage by
0.17%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #139 +/- ##
==========================================
+ Coverage 19.37% 19.54% +0.17%
==========================================
Files 9 8 -1
Lines 635 619 -16
==========================================
- Hits 123 121 -2
+ Misses 487 473 -14
Partials 25 25
Impacted Files | Coverage Δ | |
---|---|---|
pkg/session/session.go | 38.88% <0.00%> (-3.22%) |
:arrow_down: |
pkg/ssh/ssh.go | 66.66% <0.00%> (-0.53%) |
:arrow_down: |
pkg/aws/aws.go | 0.00% <0.00%> (ø) |
|
pkg/aws/log/log.go | ||
pkg/list/list.go | 45.85% <0.00%> (+0.29%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 53f6ace...040f58a. Read the comment docs.
As this PR has been closed unmerged, Renovate will now ignore this update (v0.23.8). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps
array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
v0.23.7
->v0.23.8
Release Notes
bazelbuild/rules_go
### [`v0.23.8`](https://togithub.com/bazelbuild/rules_go/releases/v0.23.8) [Compare Source](https://togithub.com/bazelbuild/rules_go/compare/v0.23.7...v0.23.8) #### New Go versions Go 1.15 is now supported. #### WORKSPACE code load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "2697f6bc7c529ee5e6a2d9799870b9ec9eaeb3ee7d70ed50b87a2c2c97e13d9e", urls = [ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.23.8/rules_go-v0.23.8.tar.gz", "https://github.com/bazelbuild/rules_go/releases/download/v0.23.8/rules_go-v0.23.8.tar.gz", ], ) load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains") go_rules_dependencies() go_register_toolchains()Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.