Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |