Skip to content

Refactor Excel rendering and scan pipeline for improved performance#902

Merged
cmendible merged 14 commits into
mainfrom
feature-simplification
Jun 22, 2026
Merged

Refactor Excel rendering and scan pipeline for improved performance#902
cmendible merged 14 commits into
mainfrom
feature-simplification

Conversation

@cmendible

Copy link
Copy Markdown
Member

Description

Refactor Excel rendering and scan pipeline for improved performance

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #901

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Unit tests passing

@codecov-commenter

codecov-commenter commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 53.67647% with 378 lines in your changes missing coverage. Please review.
✅ Project coverage is 26.11%. Comparing base (c4c45d4) to head (9370d69).

Files with missing lines Patch % Lines
internal/scanners/plugins/sqlesu/sqlesu.go 0.00% 87 Missing ⚠️
internal/graph/graph_scanner.go 13.55% 51 Missing ⚠️
internal/scanners/plugins/region/availability.go 0.00% 48 Missing ⚠️
internal/scanners/diagnostics_settings.go 0.00% 30 Missing ⚠️
internal/renderers/excel/excel.go 68.47% 16 Missing and 13 partials ⚠️
internal/scanners/plugins/openai/throttling.go 0.00% 24 Missing ⚠️
internal/pipeline/stage_simple.go 53.19% 17 Missing and 5 partials ⚠️
internal/az/http_client.go 19.23% 21 Missing ⚠️
internal/graph/graph.go 66.66% 8 Missing ⚠️
internal/scanners/azure_policy.go 81.81% 6 Missing and 2 partials ⚠️
... and 13 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #902      +/-   ##
==========================================
+ Coverage   21.18%   26.11%   +4.93%     
==========================================
  Files         107       96      -11     
  Lines        7568     7429     -139     
==========================================
+ Hits         1603     1940     +337     
+ Misses       5851     5374     -477     
- Partials      114      115       +1     
Flag Coverage Δ
unittests 26.11% <53.67%> (+4.93%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

@cmendible cmendible left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

LGTM

@cmendible cmendible force-pushed the feature-simplification branch from 96ac54f to f4abda8 Compare June 22, 2026 18:39
@cmendible cmendible merged commit 2436646 into main Jun 22, 2026
20 checks passed
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.

Refactor Excel rendering and scan pipeline for improved performance

2 participants