Commit Graph

5 Commits

Author SHA1 Message Date
Dirk Mueller
80fc5a2d42 Add bashate checks to pep8 step
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
2016-12-07 15:25:41 +01:00
Jenkins
9774ca70e2 Merge "fix cover.sh to allow db version changes without ut" 2016-11-21 07:19:22 +00:00
zhangyanxian
6c1cc2c23e Fix typo in cover.sh
TrivalFix

Change-Id: Iea9742a023a9b9af726352a930309efe54111615
2016-11-16 10:29:04 +00:00
Feng Shengqin
2d9a5008ba fix cover.sh to allow db version changes without ut
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
2016-10-20 12:34:43 +00:00
Spyros Trigazis
4d545d6751 Compare test coverage with the master branch
* 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
2016-08-29 14:28:59 +02:00