commit | b197e6c00d92ede6a3db9a12ce60e77a36ef20b7 | [log] [tgz] |
---|---|---|
author | Zvonimir Pavlinovic <zpavlinovic@google.com> | Wed Aug 30 14:18:23 2023 -0700 |
committer | Zvonimir Pavlinovic <zpavlinovic@google.com> | Thu Aug 31 17:53:17 2023 +0000 |
tree | dbe4cb13ce2df609016d03cf447b8b040220855a | |
parent | 7b0bec6353f01a7a7f054896b5c34f37209a9800 [diff] |
cmd/govulncheck_compare: don't exit on analysis failure It seems that sometimes analysis of a binary or respective source code in the compare mode can result in failure. Before this CL, we would immediatelly stop. Now, we remember the error and continue with analyzing other binaries. This should increase coverage and result in error log with both package and version info included, needed for debugging. Change-Id: I65418b0cbc4f0f7d33a296e84d6911bc77e4a275 Reviewed-on: https://go-review.googlesource.com/c/pkgsite-metrics/+/524577 Reviewed-by: Maceo Thompson <maceothompson@google.com> Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This repository contains code that serves pkg.go.dev/metrics.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/pkgsite-metrics:” in the subject line, so it is easy to find.