Skip to content

Add excluded modules configuration#54

Merged
digitalbuddha merged 12 commits intodropbox:mainfrom
jonnycaley:main
Feb 22, 2021
Merged

Add excluded modules configuration#54
digitalbuddha merged 12 commits intodropbox:mainfrom
jonnycaley:main

Conversation

@jonnycaley
Copy link
Copy Markdown
Contributor

You can now define a list of modules in the configuration that will not be considered from the build process.

Note: Does not affect dependent modules. E.g if you had the following dependency tree and made changes in module B and also define Module B to be in the list of excludedModules then Module A will be the module tests are run for.

         Module A
      /
    /

Module B

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 13, 2021

Codecov Report

Merging #54 (38ddfcd) into main (40de297) will increase coverage by 0.23%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #54      +/-   ##
============================================
+ Coverage     48.84%   49.08%   +0.23%     
- Complexity       46       47       +1     
============================================
  Files            12       12              
  Lines           434      436       +2     
  Branches         96       97       +1     
============================================
+ Hits            212      214       +2     
  Misses          192      192              
  Partials         30       30              
Impacted Files Coverage Δ Complexity Δ
...x/affectedmoduledetector/AffectedModuleDetector.kt 39.54% <0.00%> (+0.34%) 1.00 <0.00> (ø)
...ectedmoduledetector/AffectedModuleConfiguration.kt 100.00% <100.00%> (ø) 15.00 <1.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 40de297...38ddfcd. Read the comment docs.

@jonnycaley
Copy link
Copy Markdown
Contributor Author

@digitalbuddha can you take a quick look when you have some spare time? 😄

@digitalbuddha
Copy link
Copy Markdown
Contributor

Looks great thanks! Will have release out this week or next. Snapshot will be live in 2hrs

@digitalbuddha digitalbuddha merged commit e4e8017 into dropbox:main Feb 22, 2021
This was referenced Nov 23, 2022
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.

2 participants