Closed cuixq closed 2 months ago
Attention: Patch coverage is 58.00000%
with 21 lines
in your changes missing coverage. Please review.
Project coverage is 65.87%. Comparing base (
ecd7cc8
) to head (83fcad5
).
Files | Patch % | Lines |
---|---|---|
internal/resolution/datasource/maven_registry.go | 58.00% | 15 Missing and 6 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
good job
https://github.com/google/osv-scanner/issues/1127
Maven snapshot versions cannot be requested directly. Instead, we should request version level metadata first to get the exact version value and then request the pom.xml.
This PR supports fetching snapshot versions by: