summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Test slower PyPy3 first to speed up CIHugo van Kemenade2021-09-091-1/+1
|
* Disable codecov. Ref #2727.Jason R. Coombs2021-07-181-0/+1
|
* Remove gcov exclusion. Defaults are fine.Jason R. Coombs2021-07-111-2/+1
|
* Merge pull request #2693 from tanvimoharir/add-codecovJason R. Coombs2021-07-101-1/+8
|\ | | | | Adding codecov configuration
| * Remove GHA flag, unneeded.Jason R. Coombs2021-07-101-1/+0
| |
| * Produce coverage report using the default filename and upload coverage ↵Jason R. Coombs2021-07-101-2/+1
| | | | | | | | reports using the default filename.
| * Update .github/workflows/main.ymlTanvi Moharir2021-07-071-4/+4
| | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * Recovering actions optionsTanvi Moharir2021-07-071-0/+5
| |
| * Update .github/workflows/main.ymlTanvi Moharir2021-07-051-0/+2
| | | | | | Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * Try without any options.Jason R. Coombs2021-07-041-7/+0
| |
| * Removing redundent stepTanvi Moharir2021-06-231-4/+0
| |
| * Update .github/workflows/main.yml Tanvi Moharir2021-06-231-0/+4
| | | | | | | | | | Updating from GH UI Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
| * Adding flagstanvimoharir2021-06-131-0/+4
| |
| * Removing files option from codecov and reverting tox change for coverage commandtmoharir2021-06-121-1/+0
| |
| * Using codecov actiontanvimoharir2021-06-121-1/+5
| |
| * Removing redundant steptanvimoharir2021-06-021-5/+1
| |
| * Updating configurationtanvimoharir2021-06-021-1/+2
| |
| * Adding codecov configurationtanvimoharir2021-06-011-0/+5
| | | | | | Added minimal configuration
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-07-041-1/+5
|\ \ | |/ |/|
| * Test on Python 3.10Jason R. Coombs2021-05-201-1/+4
| |
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-05-042-27/+8
|\ \ | |/
| * Enable dependabot (#50)Jason R. Coombs2021-04-251-0/+8
| | | | | | | | | | | | | | * Added a config for dependabot. * Update features list for dependabot. Co-authored-by: KOLANICH <kolan_n@mail.ru>
| * Remove automerge. Fixes jaraco/skeleton#49.Jason R. Coombs2021-04-251-27/+0
| |
* | Drop deprecated `issue_body` from the formsSviatoslav Sydorenko2021-04-213-20/+16
| |
* | Merge https://github.com/jaraco/tideliftJason R. Coombs2021-03-241-1/+0
|\ \
| * | Remove Tidelift from main.yml, no longer neededJason R. Coombs2021-03-231-6/+0
| | |
* | | Introduce issue forms in the repoSviatoslav Sydorenko2021-03-074-0/+343
| | |
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2021-01-161-1/+1
|\ \ \ | | |/ | |/|
| * | Rename 'Automated Tests' to simply 'tests'Jason R. Coombs2020-12-301-1/+1
| | |
* | | Merge https://github.com/jaraco/skeleton into mainJason R. Coombs2020-12-291-0/+27
|\ \ \ | |/ /
| * | Enable automergeJason R. Coombs2020-12-131-0/+27
| | |
* | | Merge https://github.com/jaraco/tidelift into mainJason R. Coombs2020-12-201-0/+1
|\ \ \ | | |/ | |/|
| * | Move Tidelift release note publishing to Github Actions.Jason R. Coombs2020-11-141-0/+6
| | |
| * | Add funding reference to projectJason R. Coombs2019-09-091-0/+1
| /
* | Add PyPy3 to list of Pythons testedfeature/skeletonJason R. Coombs2020-12-201-1/+1
| |
* | Merge https://github.com/jaraco/skeleton into feature/skeletonJason R. Coombs2020-12-122-138/+42
|\ \ | |/
| * Collapse skeleton history from archive/2020-12Jason R. Coombs2020-12-081-0/+42
|
* Fix all deprecated set-env and add-path uses @ GHASviatoslav Sydorenko2020-11-201-15/+8
|
* Temporarily allow `set-env` GHA commandsSviatoslav Sydorenko2020-11-181-0/+16
| | | | | | Refs: * github.com/deadsnakes/issues/issues/135 * github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
* Upgrade GHA actions using deprecated env mechanismSviatoslav Sydorenko2020-11-181-2/+2
|
* Merge pull request #2435 from pypa/debt/drop-py35Jason R. Coombs2020-10-181-1/+0
|\ | | | | Drop support for Python 3.5
| * Merge branch 'master' into debt/drop-py35Jason R. Coombs2020-10-172-66/+35
| |\
| * | Drop support for Python 3.5.Jason R. Coombs2020-05-311-1/+0
| | |
* | | 📝 Update devguide links in the PR templateSviatoslav Sydorenko2020-10-171-2/+8
| |/ |/| | | | | This is necessary because the document has been moved in PR #2426.
* | Defer to default behavior for fail fast for now.Jason R. Coombs2020-10-171-1/+0
| |
* | Don't let one failure cancel all the other jobsHugo van Kemenade2020-10-121-0/+1
| |
* | GHA: Replace 3.9 beta with 3.9 finalHugo van Kemenade2020-10-121-6/+1
| |
* | Try out actions/setup-python@v2.1.1Sviatoslav Sydorenko2020-07-211-1/+1
| |
* | Add Python 3.9 beta from deadsnakesSviatoslav Sydorenko2020-07-191-8/+24
| |
* | debug! make pytest extremely verboseSviatoslav Sydorenko2020-07-191-0/+2
| |