microsoft / component-detection

Scans your project to determine what components you use
MIT License
398 stars 83 forks source link

Support for release candidate versions python detector #1021

Closed jcfiorenzano closed 4 months ago

jcfiorenzano commented 4 months ago

This PR is to fix issue #32

Ex of requirement.txt file

numpy==1.23.0rc3
xyz01==0.2

Dependency graph results

image

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 75.6%. Comparing base (f85b6c4) to head (4da692e). Report is 5 commits behind head on main.

Files Patch % Lines
...entDetection.Detectors/pip/SimplePythonResolver.cs 0.0% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1021 +/- ## ======================================= + Coverage 75.4% 75.6% +0.2% ======================================= Files 236 236 Lines 10407 10490 +83 Branches 1039 1075 +36 ======================================= + Hits 7850 7935 +85 + Misses 2267 2263 -4 - Partials 290 292 +2 ```

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

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