microsoft / component-detection

Scans your project to determine what components you use
MIT License
396 stars 81 forks source link

Go With Replace Detector #1176

Closed amitla1 closed 5 days ago

amitla1 commented 2 weeks ago

Changing regular go detector to the experimental go with replace detector

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 79.22078% with 16 lines in your changes missing coverage. Please review.

Project coverage is 76.1%. Comparing base (155b742) to head (b0f194f). Report is 2 commits behind head on main.

Files Patch % Lines
...onentDetection.Detectors/go/GoComponentDetector.cs 79.2% 8 Missing and 8 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1176 +/- ## ======================================= - Coverage 76.3% 76.1% -0.2% ======================================= Files 257 255 -2 Lines 11495 11165 -330 Branches 1156 1124 -32 ======================================= - Hits 8772 8500 -272 + Misses 2384 2339 -45 + Partials 339 326 -13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 2 weeks ago

👋 Hi! It looks like you modified some files in the Detectors folder. You may need to bump the detector versions if any of the following scenarios apply:

If none of the above scenarios apply, feel free to ignore this comment 🙂

cobya commented 1 week ago

@amitla1do we still need this with #1181 being merged?