Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@igarashitm
Copy link
Member

Fixes: #2094

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Mar 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.09%. Comparing base (65f0eca) to head (f677e8a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2095      +/-   ##
============================================
- Coverage     81.09%   81.09%   -0.01%     
  Complexity      451      451              
============================================
  Files           537      537              
  Lines         16750    16748       -2     
  Branches       3171     3277     +106     
============================================
- Hits          13583    13581       -2     
+ Misses         3083     2905     -178     
- Partials         84      262     +178     

☔ 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.

Copy link
Member

@apupier apupier left a comment

Choose a reason for hiding this comment

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

thinking out loud: maybe some users will be interested in having the ability to configure the header/license of the generated documentation. But maybe more genrally be able to provide their own base template

@igarashitm
Copy link
Member Author

thinking out loud: maybe some users will be interested in having the ability to configure the header/license of the generated documentation. But maybe more genrally be able to provide their own base template

Yes there would be lot more things we can improve and templating could come in. One thing to note is that the exported markdown from Kaoto is rarely used as a final documentation, rather it will be integrated into their bigger documentation. That was why markdown (or adoc) is preferred in order to make it easier to break it up by part and re-structure in somewhere else, possibly programmatically.

@igarashitm igarashitm merged commit 6cda43d into KaotoIO:main Mar 17, 2025
13 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.

Remove license header embedded in generated markdown export

3 participants