[go: nahoru, domu]

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

interim: interim commit of the generate function #86

Merged
merged 7 commits into from
Apr 25, 2019

Conversation

dwmkerr
Copy link
Owner
@dwmkerr dwmkerr commented Apr 24, 2019

1. Need to remove non-empty directories during tests.
2. Need to check all test projects for adaptive icons.
3. Can simplify test patterns for normal icon generation to match what
is done for adaptive (and should do for consistency).
@codecov
Copy link
codecov bot commented Apr 24, 2019

Codecov Report

Merging #86 into master will increase coverage by 0.57%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   96.04%   96.61%   +0.57%     
==========================================
  Files          15       17       +2     
  Lines         177      207      +30     
==========================================
+ Hits          170      200      +30     
  Misses          7        7
Impacted Files Coverage Δ
src/android/generate-manifest-adaptive-icons.js 100% <100%> (ø)
src/utils/delete-folder-if-exists.js 100% <100%> (ø)

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 7359e32...2059960. Read the comment docs.

@codecov
Copy link
codecov bot commented Apr 24, 2019

Codecov Report

Merging #86 into master will increase coverage by 0.8%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #86     +/-   ##
=========================================
+ Coverage   96.04%   96.84%   +0.8%     
=========================================
  Files          15       17      +2     
  Lines         177      222     +45     
=========================================
+ Hits          170      215     +45     
  Misses          7        7
Impacted Files Coverage Δ
src/utils/delete-folder-if-exists.js 100% <100%> (ø)
src/generate.js 100% <100%> (ø) ⬆️
src/android/generate-manifest-adaptive-icons.js 100% <100%> (ø)
src/validate-parameters.js 100% <100%> (ø) ⬆️

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 7359e32...1fb29e7. Read the comment docs.

@dwmkerr dwmkerr merged commit 3423491 into master Apr 25, 2019
@dwmkerr dwmkerr deleted the feat/generate-adaptive-icons branch April 25, 2019 04:27
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.

bug: 'anydpi' adaptive icons are not rendered correctly
1 participant