summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* feat: html output directory gets a .gitignore file. #1244Ned Batchelder2021-10-271-0/+1
* build: run tests and quality on my branches without making pull requestsNed Batchelder2021-10-272-0/+2
* build: make PyPy kits without invoking setup.py directlynedbat/pypy-kit-without-setup-pyNed Batchelder2021-10-251-3/+4
* build: a minimal tox.pip for getting tox startedNed Batchelder2021-10-254-13/+9
* build: avoid direct setup.py invocationsNed Batchelder2021-10-253-8/+12
* build: use pip-tools to manage *.pip from *.inNed Batchelder2021-10-242-4/+2
* build: use 3.8 uniformly for ci tasksNed Batchelder2021-10-242-5/+5
* Build wheel for PyPy3.8Hugo van Kemenade2021-10-241-0/+1
* test: make metacov work with xdistNed Batchelder2021-10-081-3/+1
* build: 3.10.0 is outNed Batchelder2021-10-053-2/+3
* Python 3.10.0rc2Ned Batchelder2021-09-083-3/+3
* build: don't over-run actionsNed Batchelder2021-08-312-0/+4
* fixes typo in kit workflow (#1215)Luis Nell2021-08-231-1/+1
* test: show contexts in metacov reportNed Batchelder2021-08-091-10/+2
* build: never warn about old pip versionsNed Batchelder2021-08-094-0/+12
* build: use 3.10.0-rc.1 (#1204)Ned Batchelder2021-08-043-3/+3
* style: fix typos discovered by codespell (#1197)Christian Clauss2021-08-011-1/+1
* Build aarch64 wheels using cibuildwheel (#1165)Janakarajan Natarajan2021-07-181-4/+14
* build: 3.10 beta 4 is outNed Batchelder2021-07-112-2/+2
* build: 3.10b3 is outNed Batchelder2021-06-182-4/+2
* build: 3.10 is in flux, but beta3 should be goodNed Batchelder2021-06-062-2/+4
* build: metacov should run on all versions of PythonNed Batchelder2021-05-301-0/+3
* test: avoid xdist to ensure coverage is collectedNed Batchelder2021-05-021-1/+3
* build: don't run CI on 2.7, pypy2, or 3.5Ned Batchelder2021-05-013-25/+0
* build: no more Windows 2.7?Ned Batchelder2021-05-012-0/+6
* build: remove one leftover install_eggNed Batchelder2021-04-141-1/+1
* build: run tests and quality on all branchesNed Batchelder2021-04-142-4/+0
* build: use 3.10.0a7 in CINed Batchelder2021-04-112-2/+2
* fix: adapt to 3.10.0a7's f_lasti fieldNed Batchelder2021-04-111-1/+1
* test: show more information for not-passed testsNed Batchelder2021-03-111-2/+2
* test: Use 3.10 alpha.6Ned Batchelder2021-03-113-3/+3
* feat: percent_covered_display in the JSON reportnedbat/tweak-metacovNed Batchelder2021-03-021-1/+1
* test: run the coverage action on branches named metacovNed Batchelder2021-03-021-0/+1
* build: clean up pip filesNed Batchelder2021-03-012-3/+3
* build: build 3.10 wheelsNed Batchelder2021-03-011-4/+59
* build: coverage ci should fail fastNed Batchelder2021-02-281-1/+2
* build: run on Python 3.10 alpha 5Ned Batchelder2021-02-252-0/+10
* build: make yaml syntax more uniformNed Batchelder2021-02-255-31/+35
* build: nicer publishing of HTML reportNed Batchelder2021-02-241-18/+47
* build: create an HTML file to redirect to the coverage reportNed Batchelder2021-02-211-4/+21
* build: use a nicer directory name for reportsNed Batchelder2021-02-211-2/+7
* build: publish metacov to a ghpages repoNed Batchelder2021-02-211-0/+19
* build: improved combined coverage actionNed Batchelder2021-02-072-8/+33
* I don't understand the codecov comments, so turn them offNed Batchelder2021-01-101-3/+1
* Run pylint on Mac to keep things consistentNed Batchelder2020-12-311-1/+4
* Name kit artifactsNed Batchelder2020-12-191-0/+3
* Build PyPy wheels alsoNed Batchelder2020-12-071-7/+41
* Configuration for codecovNed Batchelder2020-12-061-0/+17
* Combine coverage across Python versions, upload one file to codecov.Ned Batchelder2020-12-051-0/+42
* Auto-cancel workflows when pushing to a branchNed Batchelder2020-12-051-0/+20