Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .coveragerc: Omit .tox/ directory from coverage statschandan/toxify-1.2 | Chandan Singh | 2019-01-28 | 1 | -0/+2 |
| | | | | | This is relevant bit of change from the MR !1051, to fix the coverage stats. | ||||
* | .coveragerc: Omit some things which are irrelevant to cover. | Tristan Van Berkom | 2019-01-28 | 1 | -1/+3 |
| | | | | | | | | | * Omit versioneer's _version.py * Omit our __main__.py which is used only internally for generating documentation (cherry picked from commit 116c1070c893c4b5bd2505ea39157f1b37946092) | ||||
* | setup.py: Add grpcio dependency and support for code generation | Jürg Billeter | 2018-07-17 | 1 | -0/+2 |
| | | | | This allows code generation with ./setup.py build_grpc | ||||
* | .coveragerc: Ignore eggs | Jürg Billeter | 2017-11-30 | 1 | -0/+1 |
| | |||||
* | .coveragerc: Configuring so that reports from different environments can be ↵ | Tristan Van Berkom | 2017-09-08 | 1 | -7/+11 |
| | | | | combined | ||||
* | .coveragerc: Indicate that we use multiprocessing | Tristan Van Berkom | 2017-09-06 | 1 | -2/+10 |
| | | | | | | | The coverage reports do not include codepaths reached by forked processes with multiprocessing unless we configure this, now we have a more accurate report (and up from 69% to 73% !) | ||||
* | Added .coveragerc and use that in setup.cfg | Tristan Van Berkom | 2017-07-17 | 1 | -0/+6 |