User/aamaini/2281511#1409
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1409 +/- ##
=====================================
Coverage 89.7% 89.7%
=====================================
Files 407 407
Lines 32269 32294 +25
Branches 1986 1990 +4
=====================================
+ Hits 28966 28990 +24
Misses 2879 2879
- Partials 424 425 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@microsoft-github-policy-service agree company="Microsoft" |
|
👋 Hi! It looks like you modified some files in the
If none of the above scenarios apply, feel free to ignore this comment 🙂 |
Bumped to 2. |
Existing implementation of Go117 detector parses go.sum when go version in go.mod < 1.17. This leads to overreporting.
go listcommand if available/enabledgo listfails, detector falls back to parsinggo.sumfile.go.sumif cli scan succeeded.This will reduce the divergence between reports from Go117 and Go detector since Go detector used Go CLI if available.
Tests:
So, Go, Go117 (in feature) branch are in parity w.r.t
#componentsreported.