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

Changed implementation to use Kotlin compiler API #329

Merged
merged 1 commit into from Aug 15, 2022
Merged

Conversation

freemanjp
Copy link
Member

Changed to use the Kotlin compiler API (instead of Dokka) for Kotlin source parsing.

Changed to use the Kotlin compiler API (instead of Dokka) for Kotlin source parsing.
@codecov
Copy link

codecov bot commented Aug 15, 2022

Codecov Report

Merging #329 (0067205) into master (d6adfce) will increase coverage by 0.20%.
The diff coverage is 90.80%.

@@             Coverage Diff              @@
##             master     #329      +/-   ##
============================================
+ Coverage     85.02%   85.23%   +0.20%     
+ Complexity       89       71      -18     
============================================
  Files             8        8              
  Lines           494      413      -81     
  Branches         82       66      -16     
============================================
- Hits            420      352      -68     
+ Misses           35       28       -7     
+ Partials         39       33       -6     
Impacted Files Coverage Δ
...r/kotlin/internal/kotlinc/KotlinModelConversion.kt 86.53% <86.53%> (ø)
...r/kotlin/internal/kotlinc/MavenMessageCollector.kt 87.50% <87.50%> (ø)
.../plugin/extractor/kotlin/internal/SourceScanner.kt 72.22% <100.00%> (+1.29%) ⬆️
...tor/kotlin/internal/kotlinc/KotlinSourceScanner.kt 100.00% <100.00%> (ø)
...ractor/kotlin/internal/qdox/QDoxModelConversion.kt 95.23% <0.00%> (-0.60%) ⬇️
...gin/extractor/kotlin/internal/AnnotationScanner.kt 100.00% <0.00%> (ø)
.../extractor/kotlin/KotlinMojoDescriptorExtractor.kt 85.63% <0.00%> (+0.26%) ⬆️
...xtractor/kotlin/internal/qdox/QDoxSourceScanner.kt 94.59% <0.00%> (+3.16%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@freemanjp freemanjp merged commit 333e0a0 into master Aug 15, 2022
@freemanjp freemanjp deleted the rm-dokka branch August 15, 2022 16:44
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.

None yet

1 participant