-
Notifications
You must be signed in to change notification settings - Fork 356
fix(fossid-webapp): Ignore the archive prefix for marked files #11041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(fossid-webapp): Ignore the archive prefix for marked files #11041
Conversation
plugins/scanners/fossid/src/test/kotlin/FossIdSnippetChoiceTest.kt
Outdated
Show resolved
Hide resolved
plugins/scanners/fossid/src/test/kotlin/FossIdSnippetChoiceTest.kt
Outdated
Show resolved
Hide resolved
plugins/scanners/fossid/src/test/kotlin/FossIdSnippetChoiceTest.kt
Outdated
Show resolved
Hide resolved
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11041 +/- ##
=========================================
Coverage 57.42% 57.42%
Complexity 1703 1703
=========================================
Files 346 346
Lines 12835 12835
Branches 1215 1215
=========================================
Hits 7370 7370
Misses 4998 4998
Partials 467 467
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b12d31f to
845aa24
Compare
This is a fixup for b1d627f. Signed-off-by: Nicolas Nobelis <[email protected]>
845aa24 to
3556d79
Compare
|
@sschuberth the failure seems to be test flakiness. If this is the case, can I get an approval ? |
Please just try retriggering individual tests (without force-pushing the whole branch). I've done this now for you. But you need to find someone for a review still. I don't have time to immerse into FossID specific stuff today. |
This is a fixup for b1d627f.