summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | make --source module do the same as --source directory #426loic@dachary.org2017-01-062-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --source argument can either be a module or a directory. The user expects that it behaves the same in both cases. Make sure the module is recursively explored so that files that are not run show in the coverage report. close #426 --HG-- branch : issue-426
* | | Use different out directories for each farm testNed Batchelder2017-01-144-20/+20
| | |
* | | Excepthook and Unicode path tests need some Jython careNed Batchelder2017-01-141-6/+13
| | |
* | | Put try_execfile tests in their own class, and make them Jython-okNed Batchelder2017-01-141-124/+127
| | |
* | | More Jython test fixes/skipsNed Batchelder2017-01-144-3/+31
| | |
* | | Python 2.6 doesn't have SkipTestNed Batchelder2017-01-141-1/+1
| | |
* | | Mark #322 as fixedNed Batchelder2017-01-141-1/+4
| | |
* | | Describe Jython workNed Batchelder2017-01-142-2/+7
| | |
* | | Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-149-16/+62
| | | | | | | | | | | | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f
* | | Jython doesn't have useful co_code or f_lastiNed Batchelder2017-01-131-2/+3
| | |
* | | More smoke-test targetsNed Batchelder2017-01-131-1/+6
| | |
* | | Jython has no multiprocessing moduleNed Batchelder2017-01-136-5/+32
| | |
* | | Run lint automaticallyNed Batchelder2017-01-121-1/+1
| | |
* | | Run lint with tox. I wish it ran faster...Ned Batchelder2017-01-123-5/+18
| | |
* | | Pylint can be a bitch sometimesNed Batchelder2017-01-121-3/+5
| | |
* | | Tweak some coverage pragmasNed Batchelder2017-01-112-30/+17
| | |
* | | Fix a too-long lineNed Batchelder2017-01-111-1/+2
| | |
* | | Delete html files when skipping covered filesNed Batchelder2017-01-113-4/+31
| | |
* | | Remove explicit clean-up methods that just set an attributeNed Batchelder2017-01-112-17/+5
| | |
* | | Clean up and changes for #549Ned Batchelder2017-01-112-4/+10
| | |
* | | Merged in dachary/coverage.py/issue-549 (pull request #123)Ned Batchelder2017-01-112-3/+14
|\ \ \ | | | | | | | | | | | | html total must account for files 100% covered #549
| * | | html total must account for files 100% covered #549loic@dachary.org2017-01-112-3/+14
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The --skip-covered implementation for html must not just skip the files that are 100% covered. It must remember them and not fail with a "no coverage data" when all files are 100% covered. The statistics about the files that are 100% covered must also be summed in the total for the index.html page. close #549 --HG-- branch : issue-549
* | | A little more about contributionNed Batchelder2017-01-101-2/+8
| | |
* | | Clarify the aspectlib exampleNed Batchelder2017-01-101-2/+3
|/ /
* | These defensive OS checks are not coveredNed Batchelder2017-01-051-3/+3
| |
* | gevent 1.2.0 is OK now, and be quieter when building docsNed Batchelder2017-01-051-2/+2
| |
* | Mysterious case of 'coverage2' being available in py35, not sure whyNed Batchelder2017-01-032-0/+2
| |
* | Add tests for short_id, and pytest-ize an existing oneNed Batchelder2017-01-021-10/+20
| |
* | Small improvements to the debug stuffNed Batchelder2017-01-021-7/+13
| |
* | When nesting tracers, don't restart on the wrong threadNed Batchelder2017-01-021-3/+11
| |
* | More aspectlib improvementsNed Batchelder2017-01-021-4/+12
| |
* | Remove an extra wordNed Batchelder2017-01-021-1/+1
| |
* | Better debug log filename handling: COVERAGE_LOGNed Batchelder2017-01-011-7/+7
| |
* | Better logging file, combined with aspectlib supportNed Batchelder2017-01-011-31/+49
| |
* | Stop maintaining two separate change historiesNed Batchelder2017-01-014-1284/+50
| |
* | Happy New YearNed Batchelder2017-01-012-2/+2
| |
* | Better ways to install requirements on CI serversNed Batchelder2016-12-316-8/+18
| |
* | The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...Ned Batchelder2016-12-313-3/+5
| |
* | Don't run the atexit-gettrace test during metacovNed Batchelder2016-12-311-0/+3
| |
* | No need for two environment variables that do the same thingNed Batchelder2016-12-312-5/+2
| |
* | Add a test of the atexit/gettrace behaviorNed Batchelder2016-12-311-0/+31
| |
* | Register pytest markers, and enforce that they must be registeredNed Batchelder2016-12-311-1/+3
| |
* | Install pytest where we run igorNed Batchelder2016-12-313-3/+5
| |
* | Remove an unused exception.Ned Batchelder2016-12-311-1/+1
| |
* | Left out a step in the windows codecovNed Batchelder2016-12-301-0/+1
| |
* | Try getting Windows results to codecovNed Batchelder2016-12-301-0/+2
| |
* | Remove hastiliy short-circuited check for conflicting include and sourceNed Batchelder2016-12-302-17/+0
| |
* | Oops, if we can't install 3.6, don't run 3.6Ned Batchelder2016-12-301-1/+0
| |
* | No 3.6 yet. Can we at least get 2.x and 3.x combined coverage?Ned Batchelder2016-12-301-3/+1
| |
* | Try testing 3.6 on travis, and metacov both 2.x and 3.xNed Batchelder2016-12-301-0/+4
| |