4d545d6751
* 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
68 lines
673 B
Plaintext
68 lines
673 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
cover
|
|
cover-master
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
|
|
# Functional test
|
|
functional-tests.log
|
|
functional_creds.conf
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.idea
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
*.DS_Store
|
|
|
|
# generated config file
|
|
etc/magnum/magnum.conf.sample
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|