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

Added support for documentation in the DSL #90

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Conversation

gmazzo
Copy link
Owner

@gmazzo gmazzo commented Nov 20, 2023

Adds a basic support for providing documentation (JavaDoc / KDoc) on the generated classes (addresses #86)

Copy link

codecov bot commented Nov 20, 2023

Codecov Report

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

Comparison is base (ea539e1) 80.08% compared to head (2704974) 78.60%.
Report is 1 commits behind head on main.

❗ Current head 2704974 differs from pull request most recent head 600bb81. Consider uploading reports for the commit 600bb81 to get more accurate results

Files Patch % Lines
...e/plugins/generators/BuildConfigKotlinGenerator.kt 33.33% 2 Missing and 2 partials ⚠️
...dle/plugins/generators/BuildConfigJavaGenerator.kt 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #90      +/-   ##
============================================
- Coverage     80.08%   78.60%   -1.49%     
- Complexity       54       55       +1     
============================================
  Files            15       15              
  Lines           236      243       +7     
  Branches         19       22       +3     
============================================
+ Hits            189      191       +2     
- Misses           33       36       +3     
- Partials         14       16       +2     

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

@gmazzo gmazzo force-pushed the documentation-support branch from 2704974 to 600bb81 Compare November 20, 2023 18:39
@gmazzo gmazzo enabled auto-merge (rebase) November 20, 2023 18:40
@gmazzo gmazzo merged commit e134926 into main Nov 20, 2023
3 checks passed
@gmazzo gmazzo deleted the documentation-support branch November 20, 2023 19:00
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.

1 participant