summaryrefslogtreecommitdiff
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Docker image updates for integration tests. (#26054)Matt Clay2017-06-231-0/+1
| | | | | | | | | | * Sort packages to install. * Add python-argparse to centos6 docker image. * Add gcc and python dev lib to docker images. * Add python cryptography to docker images. * Add coverage using pip instead of OS packages. * Update old pip versions in docker images. * Exclude */pyshared/* from coverage reporting.
* Enable codecov.io and add coverage grouping.Matt Clay2017-05-151-1/+1
|
* Run unit tests in isolation w/ coverage support.Matt Clay2017-02-271-0/+1
|
* Update coverage exclusions. (#18675)Matt Clay2016-11-291-0/+1
| | | | | * Update coverage exclusions. * Fix logic error in Windows change detection.
* Initial ansible-test implementation. (#18556)Matt Clay2016-11-291-3/+21
|
* Add tox and travis-ci supportJames Laska2015-03-131-0/+4
Add tox integration to run unittests in supported python releases. Travis-CI is used for test execution. Additionally, the unittest TestQuotePgIdentifier was updated to support using assert_raises_regexp on python-2.6. Sample travis-ci output available at https://travis-ci.org/ansible/ansible/builds/54189977