Similarly to pep8 checks, this allows enforcing a consistent
style of the shell scripts accross modfications. For now
only the indentation is enforced to reduce code churn.
Closes-Bug: 1648099
Change-Id: Ie66cbe1aea4bd01a8bba8833ef6cbd2cff6a7c6a
When db version changes, a new file will be added.
But there is no unit tests for the file,
such as "1afee1db6cd0_add_master_flavor.py".
Then the command "tox -e cover" will fail.
The change to fix it.
Change-Id: I16b2f489001707ede067251549a0a78935e49cbb
* checkout one commit before the latest and check coverage
* check coverage with the latest commit
* all new lines must be tested
This functionallity essentially compares the current change
with the master branch, since the coverage job runs always
for only one change.
Partial-Bug: #1511667
Change-Id: I2ab9078489f30dbc383c068bb9abc0f3b9ee0e62