summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* html total must account for files 100% covered #549issue-549loic2017-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
* 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.
* 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-280-0/+0
|
* 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
* Fix installation in ascii-default environments. #540Ned Batchelder2016-12-273-3/+12
|
* Push version to 4.3.1a0Ned Batchelder2016-12-272-1/+7
|
* Kitting changes: no more register, and only one sdistNed Batchelder2016-12-272-2/+1
|
* Coverage 4.3Ned Batchelder2016-12-270-0/+0
|
* A better way to get good random numberscoverage-4.3Ned Batchelder2016-12-271-4/+1
|
* Windows Python 3.6 doesn't seed well. Hack around it.Ned Batchelder2016-12-271-0/+3
|
* Try doing windows py3 meta on 3.5Ned Batchelder2016-12-271-4/+4
|
* Get a Windows 3.6 buildNed Batchelder2016-12-271-0/+12
|
* Cog is still using noseNed Batchelder2016-12-271-0/+1
|