cve-bin-tool
cve-bin-tool copied to clipboard
feat: added PURL generation to rust parser
Related: #3771.
Codecov Report
Attention: Patch coverage is 29.41176%
with 12 lines
in your changes are missing coverage. Please review.
Project coverage is 80.68%. Comparing base (
d6cbe40
) to head (04ac9db
). Report is 114 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
cve_bin_tool/parsers/rust.py | 29.41% | 11 Missing and 1 partial :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #3859 +/- ##
==========================================
+ Coverage 75.41% 80.68% +5.26%
==========================================
Files 808 820 +12
Lines 11983 12419 +436
Branches 1598 1683 +85
==========================================
+ Hits 9037 10020 +983
+ Misses 2593 1969 -624
- Partials 353 430 +77
Flag | Coverage Δ | |
---|---|---|
longtests | 75.67% <29.41%> (+0.25%) |
:arrow_up: |
win-longtests | 78.73% <29.41%> (?) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This one's based on purl-go branch, I'll rebase when the other one is merged.
My code for the java
and python
PURL generation is ready.
I'll give a PR after this is merged.
Next I think I'll be working on ruby
, swift
and perl
@terriko
Re-running the failing windows test. I'm not actually sure how this could possibly have caused the failure it's having.
Seems it was due to bad cache.