summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* build: clean up the Makefile a bitNed Batchelder2021-10-111-9/+6
|
* build: make "clean" targets be quietNed Batchelder2021-10-081-20/+21
|
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-011-1/+1
| | | | | | | | | | | python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers
* build: generalize download_gha_artifacts so other repos can use itNed Batchelder2021-07-241-1/+1
|
* test: change how we keep mismatched actual outputNed Batchelder2021-07-151-1/+1
| | | | | | | | | | | | Now when a goldtest has a failure, the actual mismatched output will be written to the tests/actual directory. Along the way, I removed some obsolete settings which were only used by unittest and unittest_mixins, which we no longer use: - COVERAGE_KEEP_TMP - COVERAGE_ENV_ID - $TMPDIR/coverage_test
* build: don't refer to py27 in the MakefileNed Batchelder2021-05-021-3/+3
|
* test: remove the .egg testNed Batchelder2021-04-141-3/+1
| | | | | | People don't use .egg much anymore, distutils is showing deprecation warnings, and coverage.py only deals with them the same way it deals with .zip files, so let's just rely on a .zip test to cover that.
* build: tox should be quietNed Batchelder2021-04-101-3/+3
|
* build: remove obsolete Tidelift release notes supportNed Batchelder2021-04-101-3/+0
| | | | | Tidelift removed their release notes API on 2021-03-09: https://forum.tidelift.com/t/release-notes-task/467
* build: clearly label auto-generated filesNed Batchelder2021-01-301-0/+2
|
* Combine kit download with kit checkNed Batchelder2021-01-261-1/+4
|
* Remove unneeded slashcoverage-5.4Ned Batchelder2021-01-261-1/+1
|
* Remove unneeded CI and kitting supportNed Batchelder2020-11-281-24/+2
| | | | | | | | | We no longer: - Use Travis - Use AppVeyor - Build manylinux wheels locally - Build other wheels locally
* Remove a noisy command from the outputnedbat/bug959Ned Batchelder2020-08-181-1/+1
|
* Prevent trailing whitespace in doc/help/* filesNed Batchelder2020-08-181-1/+1
|
* Help in docs didn't work with tmpNed Batchelder2020-07-241-6/+5
|
* Switch to python-based sass compilerNed Batchelder2020-07-051-1/+1
|
* Document two more Makefile targetsNed Batchelder2020-07-041-2/+2
|
* Add --help output to command docs, and other reorganizationNed Batchelder2020-07-041-7/+23
|
* GitHub release automationNed Batchelder2020-05-191-6/+18
|
* Use latest wheel to make Windows 3.8 work. #949Ned Batchelder2020-02-291-3/+0
|
* A test of running coverage when it has been zipped. #862Ned Batchelder2020-01-111-1/+1
|
* All tox work directories are under .toxNed Batchelder2019-12-231-2/+1
|
* sphinx-autobuild is handyNed Batchelder2019-12-071-4/+6
|
* Better getting startedNed Batchelder2019-11-161-2/+3
|
* rm -f doesn't need a minus prefixNed Batchelder2019-11-111-21/+21
|
* Don't keep unsupported wheelsNed Batchelder2019-11-111-0/+3
|
* Delete unused targetsNed Batchelder2019-11-111-7/+0
|
* Helpful command to open built doc filesNed Batchelder2019-11-101-2/+2
|
* Add some help to the MakefileNed Batchelder2019-11-091-20/+19
|
* Meta on linux; makefile target rationalizationNed Batchelder2019-11-081-2/+5
|
* Linux tests are runnableNed Batchelder2019-11-071-7/+20
| | | | PYTHONPYCACHEPREFIX makes the tests 10% faster on 3.8
* A little more metacovNed Batchelder2019-11-051-0/+3
|
* Save copies of support files so we can view gold files properlyNed Batchelder2019-10-131-0/+1
|
* A little more in the db schema docsNed Batchelder2019-09-091-0/+1
|
* Cleaner release note conversion and uploadNed Batchelder2019-08-121-1/+2
|
* Fix autosphinx links in uploaded release notesNed Batchelder2019-08-111-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 toolingNed Batchelder2019-08-111-5/+5
|
* Use Hypothesis instead of my own janky randomizationNed Batchelder2019-07-311-1/+1
|
* Get more information when uploading kitscoverage-5.0a6Ned Batchelder2019-07-161-2/+2
|
* Update the test output css files tooNed Batchelder2019-06-131-0/+1
|
* Use sass for css generation, to get nice hover highlights on linesNed Batchelder2019-06-131-0/+7
|
* test.pypi.org is a good thingNed Batchelder2019-06-061-0/+3
|
* Fewer coverage specfics in upload_relnotes.pyNed Batchelder2019-05-271-0/+3
|
* Drop support for Python 3.4Ned Batchelder2019-03-101-2/+4
|
* readme_renderer is now run through twineNed Batchelder2018-11-251-1/+1
|
* Remove test_farm.pyNed Batchelder2018-11-181-2/+0
|
* Clean __pycache__ before .pyc (a little faster?)Ned Batchelder2018-10-191-1/+1
|
* Clean up a metacov .pth file that could get left behind.Ned Batchelder2018-10-191-0/+1
|
* Clean up lingering test results when we cleanNed Batchelder2018-08-261-0/+1
|