| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | build: make yaml syntax more uniform | Ned Batchelder | 2021-02-25 | 5 | -31/+35 | |
| | | ||||||
| * | build: nicer publishing of HTML report | Ned Batchelder | 2021-02-24 | 1 | -18/+47 | |
| | | | | | Also, this correctly combines results from different runners. | |||||
| * | build: create an HTML file to redirect to the coverage report | Ned Batchelder | 2021-02-21 | 1 | -4/+21 | |
| | | ||||||
| * | build: use a nicer directory name for reports | Ned Batchelder | 2021-02-21 | 1 | -2/+7 | |
| | | ||||||
| * | build: publish metacov to a ghpages repo | Ned Batchelder | 2021-02-21 | 1 | -0/+19 | |
| | | ||||||
| * | build: improved combined coverage action | Ned Batchelder | 2021-02-07 | 2 | -8/+33 | |
| | | | | | | | - codecov wants more history. - make a downloadable HTML report. | |||||
| * | Run pylint on Mac to keep things consistent | Ned Batchelder | 2020-12-31 | 1 | -1/+4 | |
| | | ||||||
| * | Name kit artifacts | Ned Batchelder | 2020-12-19 | 1 | -0/+3 | |
| | | | | | | | | Without a name, the download program will grab the latest artifacts no matter what they are, like .coverage data files from metacov. This ensures we get the kits. | |||||
| * | Build PyPy wheels also | Ned Batchelder | 2020-12-07 | 1 | -7/+41 | |
| | | ||||||
| * | Combine coverage across Python versions, upload one file to codecov. | Ned Batchelder | 2020-12-05 | 1 | -0/+42 | |
| | | ||||||
| * | Auto-cancel workflows when pushing to a branch | Ned Batchelder | 2020-12-05 | 1 | -0/+20 | |
| | | ||||||
| * | Coverage action | Ned Batchelder | 2020-12-05 | 1 | -0/+57 | |
| | | ||||||
| * | Run actions on any pull request, not just those going to master | Ned Batchelder | 2020-11-30 | 2 | -2/+0 | |
| | | ||||||
| * | Run lint etc in GitHub Actions | Ned Batchelder | 2020-11-29 | 2 | -3/+68 | |
| | | ||||||
| * | Give every step a human name | Ned Batchelder | 2020-11-29 | 1 | -2/+5 | |
| | | ||||||
| * | Use bash for everything | Ned Batchelder | 2020-11-29 | 1 | -2/+4 | |
| | | ||||||
| * | Only install Windows 2.7 support for 2.7 | Ned Batchelder | 2020-11-29 | 1 | -2/+2 | |
| | | ||||||
| * | Small tweaks to GHA syntax | Ned Batchelder | 2020-11-29 | 1 | -6/+9 | |
| | | ||||||
| * | Kits are built on demand only | Ned Batchelder | 2020-11-28 | 1 | -4/+0 | |
| | | ||||||
| * | Keep version pins in .pip files | Ned Batchelder | 2020-11-28 | 2 | -1/+2 | |
| | | ||||||
| * | Building kits with GitHub Actions | Ned Batchelder | 2020-11-28 | 1 | -0/+69 | |
| | | ||||||
| * | Retry tox if it fails, to avoid flaky failures | Ned Batchelder | 2020-11-28 | 1 | -1/+20 | |
| | | ||||||
| * | GitHub Action for running tests | Ned Batchelder | 2020-11-28 | 1 | -0/+50 | |
