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

Support Android flavors and buildTypes out of the box and add include Configuration extension point to Generator. #9

Merged
merged 4 commits into from
Mar 6, 2018

Conversation

vanniktech
Copy link
Owner

Fixes #7

Now everything will be included by default and if wanted one can provide a custom Generator to filter for instance for only one flavor.

@codecov
Copy link

codecov bot commented Mar 6, 2018

Codecov Report

Merging #9 into master will increase coverage by 0.5%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master       #9     +/-   ##
===========================================
+ Coverage     88.21%   88.72%   +0.5%     
+ Complexity       49       48      -1     
===========================================
  Files            12       12             
  Lines           263      266      +3     
  Branches         33       36      +3     
===========================================
+ Hits            232      236      +4     
  Misses           25       25             
+ Partials          6        5      -1
Impacted Files Coverage Δ Complexity Δ
...niktech/dependency/graph/generator/DotGenerator.kt 100% <100%> (+2.98%) 20 <0> (-1) ⬇️
...aph/generator/DependencyGraphGeneratorExtension.kt 95.45% <100%> (-4.55%) 1 <0> (ø)

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 fc6512e...6ba41de. Read the comment docs.

This reverts commit 250f32a.
@vanniktech vanniktech merged commit 89dd665 into master Mar 6, 2018
@vanniktech vanniktech deleted the buildtypesflavors branch March 6, 2018 14:34
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