Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: run tests and quality on all branches | Ned Batchelder | 2021-04-14 | 2 | -4/+0 | |
| | ||||||
* | build: use 3.10.0a7 in CI | Ned Batchelder | 2021-04-11 | 2 | -2/+2 | |
| | ||||||
* | fix: adapt to 3.10.0a7's f_lasti field | Ned Batchelder | 2021-04-11 | 1 | -1/+1 | |
| | ||||||
* | test: show more information for not-passed tests | Ned Batchelder | 2021-03-11 | 1 | -2/+2 | |
| | ||||||
* | test: Use 3.10 alpha.6 | Ned Batchelder | 2021-03-11 | 3 | -3/+3 | |
| | ||||||
* | feat: percent_covered_display in the JSON reportnedbat/tweak-metacov | Ned Batchelder | 2021-03-02 | 1 | -1/+1 | |
| | ||||||
* | test: run the coverage action on branches named metacov | Ned Batchelder | 2021-03-02 | 1 | -0/+1 | |
| | ||||||
* | build: clean up pip files | Ned Batchelder | 2021-03-01 | 2 | -3/+3 | |
| | | | | | auditwheel only installs on Python 3. So only install it where we need it, and clean up other .pip files along the way. | |||||
* | build: build 3.10 wheels | Ned Batchelder | 2021-03-01 | 1 | -4/+59 | |
| | ||||||
* | build: coverage ci should fail fast | Ned Batchelder | 2021-02-28 | 1 | -1/+2 | |
| | | | | | The whole point of the coverage workflow is to combine the results at the end. If one job fails, stop everything. | |||||
* | build: run on Python 3.10 alpha 5 | Ned Batchelder | 2021-02-25 | 2 | -0/+10 | |
| | | | | | This required pinning setuptools more aggressively, and cleaning up some dependency sloppinesss. | |||||
* | 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 | |