Skip to content

[ImgBot] optimizes images #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[ImgBot] optimizes images #1

wants to merge 1 commit into from

Conversation

imgbot[bot]
Copy link

@imgbot imgbot bot commented May 5, 2018

Beep boop. Optimizing your images is my life. https://imgbot.net/ for more information.

*Total -- 73.04kb -> 58.41kb (20.03%)

/examples/android/cukeulator/src/main/res/drawable-xxhdpi/ic_launcher.png -- 15.72kb -> 11.93kb (24.11%)
/examples/android/android-studio/Cukeulator/app/src/main/res/drawable-xxhdpi/ic_launcher.png -- 15.72kb -> 11.93kb (24.11%)
/examples/android/cukeulator/src/main/res/drawable-xhdpi/ic_launcher.png -- 9.07kb -> 7.26kb (19.93%)
/examples/android/android-studio/Cukeulator/app/src/main/res/drawable-xhdpi/ic_launcher.png -- 9.07kb -> 7.26kb (19.93%)
/examples/android/android-studio/Cukeulator/app/src/main/res/drawable-hdpi/ic_launcher.png -- 6.32kb -> 5.23kb (17.19%)
/examples/android/cukeulator/src/main/res/drawable-hdpi/ic_launcher.png -- 6.32kb -> 5.23kb (17.19%)
/examples/android/android-studio/Cukeulator/app/src/main/res/drawable-mdpi/ic_launcher.png -- 3.58kb -> 3.13kb (12.39%)
/examples/android/cukeulator/src/main/res/drawable-mdpi/ic_launcher.png -- 3.58kb -> 3.13kb (12.39%)
/examples/android/android-test/src/main/res/drawable-hdpi/ic_launcher.png -- 3.68kb -> 3.30kb (10.3%)
pull bot pushed a commit that referenced this pull request Jul 31, 2019
Refactors the Env property sources to allow different property source
hierarchy for each runner. These ordering having been chosen such that
sensible default values can read from file or 'hardcoded'
configuration can be overridden by environment properties, system
properties or CLI arguments.

CLI property source order:
 1 Command line
 2 System properties
 3 Environment variables
 4 cucumber.properties file

JUnit and TestNG property source order:
 1 System properties
 2 Environment variables
 3 ``@CucumberOptions`
 4 cucumber.properties file

Old situation:

JUnit, TestNG, and CLI property source order:
 1. System properties
 2. Environment variables
 3. cucumber.properties file
 4. CLI arguments or `@CucumberOptions`

Additionally in the old situation the commandline arguments in #1,#2,#
3would replace rather then be merged with each other. The result would
be merged with #4. This was somewhat confusing.
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