Skip to content
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

feat: add report template #127

Merged
merged 6 commits into from
Dec 3, 2023
Merged

feat: add report template #127

merged 6 commits into from
Dec 3, 2023

Conversation

karlderkaefer
Copy link
Owner

@karlderkaefer karlderkaefer commented Nov 26, 2023

  • refactor transformer processor to use chain of responsibility pattern for better extensibility
  • add more tests to ensure all cases are tested
  • add custom report template which allows user to provide on templates
  • add resource count summary before details

closes #126

Copy link

codecov bot commented Nov 26, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (e9b0b04) 75.91% compared to head (ed3ba9a) 77.49%.
Report is 1 commits behind head on main.

Files Patch % Lines
transform/template.go 82.45% 8 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #127      +/-   ##
==========================================
+ Coverage   75.91%   77.49%   +1.58%     
==========================================
  Files           7        8       +1     
  Lines         739      822      +83     
==========================================
+ Hits          561      637      +76     
- Misses        131      137       +6     
- Partials       47       48       +1     

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

@karlderkaefer karlderkaefer marked this pull request as ready for review December 3, 2023 13:29
@karlderkaefer karlderkaefer merged commit d46e4b5 into main Dec 3, 2023
5 checks passed
@karlderkaefer karlderkaefer deleted the add-report-template branch December 3, 2023 13:43
@karlderkaefer
Copy link
Owner Author

🎉 This PR is included in version 2.9.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extend overview section with list of changed service types
1 participant