| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Helpful command to open built doc files | Ned Batchelder | 2019-11-10 | 1 | -2/+2 |
| | | |||||
| * | Add some help to the Makefile | Ned Batchelder | 2019-11-09 | 1 | -20/+19 |
| | | |||||
| * | Meta on linux; makefile target rationalization | Ned Batchelder | 2019-11-08 | 1 | -2/+5 |
| | | |||||
| * | Linux tests are runnable | Ned Batchelder | 2019-11-07 | 1 | -7/+20 |
| | | | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8 | ||||
| * | A little more metacov | Ned Batchelder | 2019-11-05 | 1 | -0/+3 |
| | | |||||
| * | Save copies of support files so we can view gold files properly | Ned Batchelder | 2019-10-13 | 1 | -0/+1 |
| | | |||||
| * | A little more in the db schema docs | Ned Batchelder | 2019-09-09 | 1 | -0/+1 |
| | | |||||
| * | Cleaner release note conversion and upload | Ned Batchelder | 2019-08-12 | 1 | -1/+2 |
| | | |||||
| * | Fix autosphinx links in uploaded release notes | Ned Batchelder | 2019-08-11 | 1 | -6/+7 |
| | | | | | | | The :meth:`.CoverageData.foobar` syntax isn't understood by pandoc when converting to markdown. A Sphinx rst builder converts them into more basic Sphinx links first. | ||||
| * | Improve doc tooling | Ned Batchelder | 2019-08-11 | 1 | -5/+5 |
| | | |||||
| * | Use Hypothesis instead of my own janky randomization | Ned Batchelder | 2019-07-31 | 1 | -1/+1 |
| | | |||||
| * | Get more information when uploading kitscoverage-5.0a6 | Ned Batchelder | 2019-07-16 | 1 | -2/+2 |
| | | |||||
| * | Update the test output css files too | Ned Batchelder | 2019-06-13 | 1 | -0/+1 |
| | | |||||
| * | Use sass for css generation, to get nice hover highlights on lines | Ned Batchelder | 2019-06-13 | 1 | -0/+7 |
| | | |||||
| * | test.pypi.org is a good thing | Ned Batchelder | 2019-06-06 | 1 | -0/+3 |
| | | |||||
| * | Fewer coverage specfics in upload_relnotes.py | Ned Batchelder | 2019-05-27 | 1 | -0/+3 |
| | | |||||
| * | Drop support for Python 3.4 | Ned Batchelder | 2019-03-10 | 1 | -2/+4 |
| | | |||||
| * | readme_renderer is now run through twine | Ned Batchelder | 2018-11-25 | 1 | -1/+1 |
| | | |||||
| * | Remove test_farm.py | Ned Batchelder | 2018-11-18 | 1 | -2/+0 |
| | | |||||
| * | Clean __pycache__ before .pyc (a little faster?) | Ned Batchelder | 2018-10-19 | 1 | -1/+1 |
| | | |||||
| * | Clean up a metacov .pth file that could get left behind. | Ned Batchelder | 2018-10-19 | 1 | -0/+1 |
| | | |||||
| * | Clean up lingering test results when we clean | Ned Batchelder | 2018-08-26 | 1 | -0/+1 |
| | | |||||
| * | It's ok for the docker images to be missing when we sterilize | Ned Batchelder | 2018-08-24 | 1 | -1/+1 |
| | | |||||
| * | Smoke should be quiet, and run failed tests first | Ned Batchelder | 2018-08-24 | 1 | -3/+3 |
| | | |||||
| * | Clean any .coverage files we find | Ned Batchelder | 2018-08-09 | 1 | -0/+1 |
| | | |||||
| * | A better way to get the latest manylinux docker images | Ned Batchelder | 2018-07-19 | 1 | -3/+2 |
| | | |||||
| * | Merge branch 'coverage-4.5.1x' | Ned Batchelder | 2018-07-19 | 1 | -0/+3 |
| |\ | |||||
| | * | Make it easy to get the latest manylinux | Ned Batchelder | 2018-07-19 | 1 | -0/+3 |
| | | | |||||
| * | | Spelling in pylint isn't worth the difficulty of installing enchant | Ned Batchelder | 2018-06-30 | 1 | -3/+0 |
| | | | |||||
| * | | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | | | |||||
| * | | Clean the pytest cache | Ned Batchelder | 2018-05-05 | 1 | -0/+1 |
| | | | |||||
| * | | No more support for 2.6 or 3.3 | Ned Batchelder | 2018-05-05 | 1 | -2/+2 |
| |/ | |||||
| * | Use docker run --init so that we can interrupt tests if need be | Ned Batchelder | 2017-10-26 | 1 | -2/+2 |
| | | |||||
| * | One more thing to clean | Ned Batchelder | 2017-08-19 | 1 | -1/+1 |
| | | |||||
| * | docker --rm to clean up unneeded containers | Ned Batchelder | 2017-04-05 | 1 | -2/+2 |
| | | |||||
| * | Refactor manylinux a bit. Testing doesn't work yet | Ned Batchelder | 2017-01-20 | 1 | -2/+2 |
| | | | | | | --HG-- rename : ci/build_manylinux.sh => ci/manylinux.sh | ||||
| * | Process to build manylinux wheels | Ned Batchelder | 2017-01-19 | 1 | -0/+4 |
| | | |||||
| * | Use oldest versions to smoke, to find problems sooner | Ned Batchelder | 2017-01-14 | 1 | -2/+2 |
| | | |||||
| * | More smoke-test targets | Ned Batchelder | 2017-01-13 | 1 | -1/+6 |
| | | |||||
| * | Run lint with tox. I wish it ran faster... | Ned Batchelder | 2017-01-12 | 1 | -4/+5 |
| | | |||||
| * | Mysterious case of 'coverage2' being available in py35, not sure why | Ned Batchelder | 2017-01-03 | 1 | -0/+1 |
| | | |||||
| * | The kitting tox environments are rarely needed | Ned Batchelder | 2016-12-29 | 1 | -0/+1 |
| | | |||||
| * | Don't need to register with PyPI any more. | Ned Batchelder | 2016-12-29 | 1 | -3/+0 |
| | | |||||
| * | Kitting changes: no more register, and only one sdist | Ned Batchelder | 2016-12-27 | 1 | -1/+1 |
| | | |||||
| * | Add a "make smoke" target for a quick test run. | Ned Batchelder | 2016-12-18 | 1 | -0/+3 |
| | | |||||
| * | add PYTHONPATH to dochtml target #523 | loic@dachary.org | 2016-12-13 | 1 | -1/+1 |
| | | | | | | | | | So that sphinx-build can import the coverage modules when needed by autoclass and autofunction. --HG-- branch : issue-523 | ||||
| * | No more nose, use pytest as test runner | Ned Batchelder | 2016-11-20 | 1 | -1/+1 |
| | | |||||
| * | Move pycodestyle settings to setup.cfg | Ned Batchelder | 2016-11-01 | 1 | -1/+1 |
| | | |||||
| * | Use the latest for quick tests | Ned Batchelder | 2016-05-08 | 1 | -1/+1 |
| | | |||||
| * | Add arc_destination_description so we can next make better descriptions | Ned Batchelder | 2016-02-04 | 1 | -0/+1 |
| | | |||||
