summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Don't warn about trace=None on PyPy at shutdownNed Batchelder2016-12-302-3/+16
| | | | | | | | PyPy clears the trace function before calling atexit functions. So when we check if the trace function is changed, don't warn in that specific case. --HG-- extra : amend_source : a4e946f94b9b84d351a9e112a7eea6a3337bacf1
* Improved ad-hoc debug logger.Ned Batchelder2016-12-301-1/+12
|
* A test that isn't used yet, to test the refcount problem fixed this morningNed Batchelder2016-12-291-0/+37
|
* The kitting tox environments are rarely neededNed Batchelder2016-12-291-0/+1
|
* Prevent a hard crash when starting coverage thousands of timesNed Batchelder2016-12-293-1/+5
|
* Don't need to register with PyPI any more.Ned Batchelder2016-12-291-3/+0
|
* Use latest version in readme badgeNed Batchelder2016-12-291-2/+2
|
* Bump version to 4.3.2a0Ned Batchelder2016-12-282-1/+8
|
* Update RTFD urls in howtoNed Batchelder2016-12-281-2/+2
|
* Coverage 4.3.1Ned Batchelder2016-12-281-0/+1
|
* Gearing up for 4.3.1coverage-4.3.1Ned Batchelder2016-12-285-6/+29
|
* Revert the check for conflicting --source and --include. Closes #541, ↵Ned Batchelder2016-12-283-0/+12
| | | | re-opens #265