Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tox_wheels.ini was deleted in November | Ned Batchelder | 2021-01-10 | 1 | -1/+0 | |
| | ||||||
* | Say a little more about always outputing TOTAL | Ned Batchelder | 2021-01-06 | 1 | -1/+7 | |
| | ||||||
* | Always output TOTAL line. | Judson Neer | 2021-01-06 | 8 | -37/+76 | |
| | ||||||
* | Use set literals | Ned Batchelder | 2021-01-03 | 12 | -32/+32 | |
| | ||||||
* | This test doesn't work on Mac either. | Ned Batchelder | 2021-01-02 | 1 | -1/+1 | |
| | ||||||
* | Run pylint on Mac to keep things consistent | Ned Batchelder | 2020-12-31 | 1 | -1/+4 | |
| | ||||||
* | Revert "Silence previously unreported pylint warnings" | Ned Batchelder | 2020-12-31 | 1 | -7/+7 | |
| | | | | | | | | | | This reverts commit 9169aeadf5cf9e4fc30cd76ef53c0dff2ec946ef. Pylint reports different errors on Mac and Linux! https://github.com/PyCQA/pylint/issues/3489 Put things back to where Mac is a clean report. | |||||
* | Update doc packages | Ned Batchelder | 2020-12-19 | 1 | -6/+5 | |
| | ||||||
* | Bump the version | Ned Batchelder | 2020-12-19 | 2 | -1/+7 | |
| | ||||||
* | Fix one pylint snagcoverage-5.3.1 | Ned Batchelder | 2020-12-19 | 1 | -1/+1 | |
| | ||||||
* | Name kit artifacts | Ned Batchelder | 2020-12-19 | 3 | -7/+15 | |
| | | | | | | | 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. | |||||
* | Latest sample HTML report | Ned Batchelder | 2020-12-19 | 13 | -22/+32 | |
| | ||||||
* | Prep for 5.3.1 | Ned Batchelder | 2020-12-19 | 5 | -9/+11 | |
| | ||||||
* | Add a docstring to satisfy pylint | Ned Batchelder | 2020-12-08 | 1 | -0/+5 | |
| | ||||||
* | Mention new wheels | Ned Batchelder | 2020-12-07 | 1 | -2/+4 | |
| | ||||||
* | Add time-created info to download_gha_artifacts.py | Ned Batchelder | 2020-12-07 | 1 | -0/+12 | |
| | ||||||
* | Build PyPy wheels also | Ned Batchelder | 2020-12-07 | 1 | -7/+41 | |
| | ||||||
* | Thanks, Sebastián Ramírez | Ned Batchelder | 2020-12-06 | 2 | -1/+6 | |
| | ||||||
* | 🐛 Fix sorting order storage in JQuery unload event | Sebastián Ramírez | 2020-12-06 | 1 | -1/+1 | |
| | ||||||
* | Configuration for codecov | Ned Batchelder | 2020-12-06 | 1 | -0/+17 | |
| | | | | I'm not sure I can get along with codecov, but this could help. | |||||
* | Add another useful example to the docs. #1055 | Ned Batchelder | 2020-12-06 | 1 | -0/+1 | |
| | ||||||
* | Combine coverage across Python versions, upload one file to codecov. | Ned Batchelder | 2020-12-05 | 1 | -0/+42 | |
| | ||||||
* | Updated gold html files | Ned Batchelder | 2020-12-05 | 38 | -79/+117 | |
| | ||||||
* | A favicon for the HTML report | Ned Batchelder | 2020-12-05 | 5 | -0/+5 | |
| | ||||||
* | Auto-cancel workflows when pushing to a branch | Ned Batchelder | 2020-12-05 | 1 | -0/+20 | |
| | ||||||
* | Retry in the case of failures. #1010 | Ned Batchelder | 2020-12-05 | 2 | -1/+12 | |
| | | | | | PyPy seems prone to intermittent SQLite failures. An immediate retry avoids them. Not great, but it works. | |||||
* | 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 | |
| | ||||||
* | Upgrades | Ned Batchelder | 2020-11-29 | 4 | -6/+8 | |
| | ||||||
* | Silence previously unreported pylint warnings | Ned Batchelder | 2020-11-29 | 1 | -7/+7 | |
| | ||||||
* | Run lint etc in GitHub Actions | Ned Batchelder | 2020-11-29 | 2 | -3/+68 | |
| | ||||||
* | Use --force-flaky to decrease the need for tox re-runsnedbat/tweak-actions | Ned Batchelder | 2020-11-29 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | Mention the CI changes | Ned Batchelder | 2020-11-28 | 1 | -0/+2 | |
| | ||||||
* | Remove unneeded CI and kitting support | Ned Batchelder | 2020-11-28 | 12 | -734/+11 | |
| | | | | | | | | | We no longer: - Use Travis - Use AppVeyor - Build manylinux wheels locally - Build other wheels locally | |||||
* | Keep version pins in .pip files | Ned Batchelder | 2020-11-28 | 4 | -3/+10 | |
| | ||||||
* | Building kits with GitHub Actions | Ned Batchelder | 2020-11-28 | 2 | -0/+109 | |
| | ||||||
* | Retry tox if it fails, to avoid flaky failures | Ned Batchelder | 2020-11-28 | 1 | -1/+20 | |
| | ||||||
* | This test is picky about platforms | Ned Batchelder | 2020-11-28 | 1 | -1/+1 | |
| | ||||||
* | Fix tests for GitHub windows platform | Ned Batchelder | 2020-11-28 | 4 | -9/+11 | |
| | | | | | | | | | | | | | | The tests were failing because of differences in file paths. It was comparing: C:\Users\runneradmin\AppData\... to: C:\Users\RUNNER~1\AppData\... and failing. These changes normalize the file paths so the comparisons work properly. | |||||
* | GitHub Action for running tests | Ned Batchelder | 2020-11-28 | 3 | -4/+55 | |
| | ||||||
* | Fix --source performance regression. #1037 | Ned Batchelder | 2020-10-11 | 3 | -11/+29 | |
| | ||||||
* | PyPy 3.7 doesn't act exactly like CPython 3.7 | Ned Batchelder | 2020-10-10 | 3 | -3/+3 | |
| | ||||||
* | More-recent versions of Python | Ned Batchelder | 2020-10-10 | 2 | -11/+12 | |
| | ||||||
* | Python 3.10 | Ned Batchelder | 2020-10-10 | 3 | -5/+7 | |
| | ||||||
* | More about optional | Ned Batchelder | 2020-09-27 | 1 | -0/+8 | |
| |