microsoft / component-detection

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

Update Gradle parsing to reduce logging calls #1156

Closed cobya closed 3 weeks ago

cobya commented 3 weeks ago

Update Gradle parsing to reduce logging calls to IsDevDependencyByLockfile since it only needs to be calculated once per file.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.3%. Comparing base (07a2e84) to head (1518170).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1156 +/- ## ===================================== Coverage 76.3% 76.3% ===================================== Files 256 256 Lines 11315 11316 +1 Branches 1135 1135 ===================================== + Hits 8635 8636 +1 Misses 2348 2348 Partials 332 332 ```

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

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