Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Pip 9.0.2 | Ned Batchelder | 2018-03-19 | 1 | -1/+1 | |
| | ||||||
* | Slight refactor of how we look for configuration files | Ned Batchelder | 2018-03-19 | 3 | -31/+49 | |
| | ||||||
* | Private attributes should be indicated (debug) | Ned Batchelder | 2018-03-13 | 2 | -20/+20 | |
| | ||||||
* | Private attributes should be indicated (plugins) | Ned Batchelder | 2018-03-13 | 1 | -11/+11 | |
| | ||||||
* | Private attributes should be indicated, and same-named things should be ↵ | Ned Batchelder | 2018-03-13 | 1 | -12/+12 | |
| | | | | separated | |||||
* | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 4 | -20/+20 | |
| | ||||||
* | Private attributes should be indicated | Ned Batchelder | 2018-03-13 | 1 | -2/+2 | |
| | ||||||
* | Finish up the inorout docstrings | Ned Batchelder | 2018-03-13 | 1 | -2/+17 | |
| | ||||||
* | check_preimported=True controls whether coverage checks pre-imported files ↵ | Ned Batchelder | 2018-03-06 | 5 | -12/+15 | |
| | | | | when starting | |||||
* | In 3.7, testing libs are issuing warnings. We don't want them to count ↵ | Ned Batchelder | 2018-03-06 | 1 | -0/+5 | |
| | | | | against us | |||||
* | In 3.7, namespace modules can have: mod.__file__ is None | Ned Batchelder | 2018-03-05 | 2 | -8/+17 | |
| | ||||||
* | Merge inorout | Ned Batchelder | 2018-03-05 | 0 | -0/+0 | |
|\ | ||||||
* | | A more disciplined way to manage inoroutinorout | Ned Batchelder | 2018-03-04 | 1 | -12/+13 | |
| | | ||||||
* | | More uniformity | Ned Batchelder | 2018-02-26 | 2 | -8/+7 | |
| | | ||||||
* | | Huge refactor of code out of control into inorout | Ned Batchelder | 2018-02-25 | 4 | -441/+499 | |
|/ | ||||||
* | Refactoring to prep for more refactoring | Ned Batchelder | 2018-02-24 | 2 | -18/+24 | |
| | ||||||
* | Missed a detail of file_reporter in the docs | Ned Batchelder | 2018-02-24 | 1 | -1/+2 | |
| | ||||||
* | More pragmas to fine-tune coverage of test code | Ned Batchelder | 2018-02-22 | 3 | -13/+17 | |
| | ||||||
* | Thanks, Thijs Triemstra | Ned Batchelder | 2018-02-20 | 1 | -0/+1 | |
| | ||||||
* | enable pip cache in travis build | Thijs Triemstra | 2018-02-20 | 1 | -2/+1 | |
| | | | | and remove duplicate sudo statement | |||||
* | enable pip cache in appveyor build | Thijs Triemstra | 2018-02-20 | 1 | -0/+3 | |
| | ||||||
* | Use https for codecov.io image | Ned Batchelder | 2018-02-20 | 3 | -2/+3 | |
|\ | ||||||
| * | Pragma away some test code that won't be covered | Ned Batchelder | 2018-02-20 | 2 | -2/+2 | |
| | | ||||||
* | | Merged in ↵ | Ned Batchelder | 2018-02-21 | 11 | -36/+106 | |
|\ \ | |/ | | | | | | | | | salty_horse/coveragepy/salty_horse/use-https-for-codecovio-image-1519130663808 (pull request #137) Use https for codecov.io image | |||||
| * | A new feature means next version will be 4.6 | Ned Batchelder | 2018-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | A new warning for files already imported before coverage starts | Ned Batchelder | 2018-02-20 | 7 | -29/+90 | |
| | | ||||||
| * | Fix english, and give a test a name that isn't a prefix of other names | Ned Batchelder | 2018-02-19 | 1 | -3/+3 | |
| | | ||||||
| * | Make a test a little more specific | Ned Batchelder | 2018-02-19 | 1 | -1/+5 | |
| | | ||||||
| * | A little better debug logging | Ned Batchelder | 2018-02-19 | 1 | -2/+3 | |
| | | ||||||
| * | Tweaks to the shipping instructions | Ned Batchelder | 2018-02-10 | 1 | -0/+4 | |
| | | ||||||
* | | Use https for codecov.io imagesalty_horse/use-https-for-codecovio-image-1519130663808 | Ori Avtalion | 2018-02-20 | 1 | -2/+2 | |
|/ | ||||||
* | Bump version | Ned Batchelder | 2018-02-10 | 2 | -1/+6 | |
| | ||||||
* | Coverage 4.5.1 | Ned Batchelder | 2018-02-10 | 0 | -0/+0 | |
| | ||||||
* | Fix plugin sysinfo tests under pytracercoverage-4.5.1 | Ned Batchelder | 2018-02-10 | 1 | -1/+6 | |
| | ||||||
* | Making 4.5.1 | Ned Batchelder | 2018-02-10 | 4 | -6/+9 | |
| | ||||||
* | A little more | Ned Batchelder | 2018-02-10 | 1 | -0/+3 | |
| | ||||||
* | Add a warning about plugins potentially interfering with coverage ↵ | Ned Batchelder | 2018-02-10 | 2 | -2/+10 | |
| | | | | measurement. Learned from #637 | |||||
* | Configurer plugins should be reported by --debug=sys | Ned Batchelder | 2018-02-10 | 3 | -13/+21 | |
| | ||||||
* | Don't ask all plugins about executable files, only ask file tracers | Ned Batchelder | 2018-02-10 | 1 | -1/+1 | |
| | ||||||
* | Oops, omitting inside a source package didn't work. Now it does. #638 | Ned Batchelder | 2018-02-10 | 3 | -3/+14 | |
| | ||||||
* | Properly handle empty decorated functions in 3.7. #640 | Ned Batchelder | 2018-02-09 | 3 | -7/+29 | |
| | ||||||
* | Typo | Ned Batchelder | 2018-02-04 | 1 | -1/+1 | |
| | ||||||
* | A nicer comment block | Ned Batchelder | 2018-02-03 | 1 | -10/+9 | |
| | ||||||
* | Bump version and improve notes about how to bump versions | Ned Batchelder | 2018-02-03 | 3 | -8/+29 | |
| | ||||||
* | Coverage 4.5 | Ned Batchelder | 2018-02-03 | 0 | -0/+0 | |
| | ||||||
* | Latest sample HTML reportcoverage-4.5 | Ned Batchelder | 2018-02-03 | 11 | -1777/+1777 | |
| | ||||||
* | Version 4.5 paperwork | Ned Batchelder | 2018-02-03 | 7 | -10/+12 | |
| | ||||||
* | greenlet 0.4.13 is good on 3.7 | Ned Batchelder | 2018-02-01 | 2 | -7/+2 | |
| | ||||||
* | Remove two unused names | Ned Batchelder | 2018-01-28 | 1 | -2/+2 | |
| | ||||||
* | Use latest of sphinx and pycontracts | Ned Batchelder | 2018-01-23 | 2 | -2/+2 | |
| |