这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@jstucke
Copy link
Collaborator

@jstucke jstucke commented Aug 15, 2025

  • renamed plugin directory to match internal plugin name
  • fixed an empty device_tree plugin result resulting in an error when collecting dependency results for the cpu_architecture plugin
  • converted the cpu_architecture to the new base class
  • added a new test to improve coverage (analyze/summarize was not yet tested)
  • fixed a bug in the ELF component that produced empty summary strings

@jstucke jstucke requested a review from euwint August 15, 2025 07:51
@jstucke jstucke self-assigned this Aug 15, 2025
@jstucke jstucke force-pushed the cpu-architecture-v1 branch 2 times, most recently from c24cd52 to 80bccf2 Compare August 15, 2025 13:33
@codecov-commenter
Copy link

codecov-commenter commented Aug 19, 2025

Codecov Report

❌ Patch coverage is 97.77778% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.06%. Comparing base (a392b42) to head (5684429).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...ysis/cpu_architecture/internal/kconfig/__init__.py 90.90% 1 Missing ⚠️
...ins/analysis/cpu_architecture/internal/metadata.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1395      +/-   ##
==========================================
+ Coverage   91.90%   92.06%   +0.15%     
==========================================
  Files         372      372              
  Lines       20955    20959       +4     
==========================================
+ Hits        19259    19295      +36     
+ Misses       1696     1664      -32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jstucke jstucke force-pushed the cpu-architecture-v1 branch from 3535d6b to 910d6e1 Compare August 19, 2025 13:43
fix incompatibility of dependency schema reconstruction with empty device tree plugin result
arm_isa may be None which leads to an empty string as summary entry. this commit fixes the check
@jstucke jstucke force-pushed the cpu-architecture-v1 branch from 910d6e1 to 5684429 Compare August 27, 2025 12:28
Copy link
Collaborator

@euwint euwint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! :)

@jstucke jstucke merged commit d8794bf into master Sep 2, 2025
8 checks passed
@jstucke jstucke deleted the cpu-architecture-v1 branch September 2, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants