microsoft / component-detection

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

Replace in Go Mod #1045

Closed amitla1 closed 3 months ago

amitla1 commented 3 months ago

Currently replace statements in go.mod files are ignored, this will abide by the replace statements https://github.com/microsoft/component-detection/issues/122

github-actions[bot] commented 3 months 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 🙂

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 5.49738% with 361 lines in your changes are missing coverage. Please review.

Project coverage is 72.9%. Comparing base (1165716) to head (abefb23).

Files Patch % Lines
...ion.Detectors/go/GoComponentWithReplaceDetector.cs 5.3% 357 Missing :warning:
...Experiments/Configs/GoDetectorReplaceExperiment.cs 0.0% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1045 +/- ## ======================================= - Coverage 75.3% 72.9% -2.5% ======================================= Files 237 239 +2 Lines 10429 10811 +382 Branches 1044 1085 +41 ======================================= + Hits 7863 7884 +21 - Misses 2272 2633 +361 Partials 294 294 ```

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