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

Add: Extension function on 'Project' to easily configure the 'rootCoverage' extension #113

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

Rolf-Smit
Copy link
Contributor

This is especially helpful when using Kotlin (.kts) as language for build files.

Closes: #112

…erage' extensions

This is especially helpful when using Kotlin (.kts) as language for build files.

Closes: #112
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 83.47%. Comparing base (29beee5) to head (269dce9).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...plugin/rootcoverage/RootCoveragePluginExtension.kt 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #113      +/-   ##
============================================
+ Coverage     81.55%   83.47%   +1.91%     
  Complexity       48       48              
============================================
  Files             8        8              
  Lines           206      242      +36     
  Branches         30       30              
============================================
+ Hits            168      202      +34     
- Misses           11       13       +2     
  Partials         27       27              

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

@Rolf-Smit Rolf-Smit merged commit 5ef57a1 into master Feb 6, 2025
3 of 4 checks passed
@Rolf-Smit Rolf-Smit deleted the feature/add-kotlin-dsl-extension branch February 6, 2025 20:24
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.

Kotlin DSL compatibility
1 participant