summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
Commit message (Expand)AuthorAgeFilesLines
* build: use htmlpreview.github.com for simpler report publishingNed Batchelder2023-04-131-1/+3
* build: no longer use hashed pins #1592Ned Batchelder2023-03-261-1/+1
* build: make the coverage workflow more similar to the testsuite workflowNed Batchelder2023-03-121-5/+5
* build(docs): correct [gh-actions] to [gh]Ned Batchelder2023-01-281-1/+1
* build: two-step combines for speedNed Batchelder2023-01-031-2/+9
* test: include all the pypy versions when measuring coverageNed Batchelder2022-12-301-0/+10
* build: only publish coverage reports on master branchNed Batchelder2022-12-291-16/+20
* test: colored pytest output in GitHub ActionsNed Batchelder2022-11-291-0/+1
* build: use the new --format=total for badge totalNed Batchelder2022-11-081-16/+11
* test: simplify the metacov flow a bitNed Batchelder2022-11-081-1/+0
* build: 3.11.0 and 3.12.0a1 are availableNed Batchelder2022-10-271-1/+1
* build: update three actions to latest version (#1473)Ned Batchelder2022-10-171-2/+1
* build(deps): bump schneegans/dynamic-badges-action from 1.4.0 to 1.5.0 (#1465)dependabot[bot]2022-10-101-2/+2
* build: use the badge action coloringNed Batchelder2022-09-271-6/+3
* build: bump to 3.11.0-rc.2Ned Batchelder2022-09-131-1/+1
* build: use --require-hashes to be very clearNed Batchelder2022-08-241-1/+1
* build: pin third-party actions by hashNed Batchelder2022-08-231-1/+2
* build: update 3.11 references to rc1Ned Batchelder2022-08-161-1/+1
* build: use built-in workflow cancellingNed Batchelder2022-08-031-0/+4
* build: be explicit about actions only having permission to read contentsNed Batchelder2022-08-031-0/+3
* build: use 3.11.0b5 in ciNed Batchelder2022-07-281-1/+1
* build: avoid a script injection attackNed Batchelder2022-07-171-1/+3
* build: use 3.11.0b4 in ciNed Batchelder2022-07-131-1/+1
* build(deps): bump actions/setup-python from 3 to 4dependabot[bot]2022-06-091-2/+2
* build: use 3.11.0b3 in ciNed Batchelder2022-06-021-1/+1
* build(deps): bump schneegans/dynamic-badges-action from 1.3.0 to 1.4.0 (#1378)dependabot[bot]2022-05-161-1/+1
* build: add markdown summary to the actionNed Batchelder2022-05-121-0/+5
* fix: fix compilation errors on latest 3.11.0Ned Batchelder2022-05-121-1/+1
* build: sparse-checkout changed, change with itNed Batchelder2022-05-011-2/+2
* build(deps): bump schneegans/dynamic-badges-action from 1.2.0 to 1.3.0dependabot[bot]2022-04-301-1/+1
* build(deps): bump actions/upload-artifact from 2 to 3dependabot[bot]2022-04-121-3/+3
* build(deps): bump actions/download-artifact from 2 to 3dependabot[bot]2022-04-121-3/+3
* build(deps): bump schneegans/dynamic-badges-action from 1.1.0 to 1.2.0dependabot[bot]2022-03-281-1/+1
* build(deps): bump actions/checkout from 2 to 3 (#1336)dependabot[bot]2022-03-021-2/+2
* build(deps): bump actions/setup-python from 2 to 3 (#1335)dependabot[bot]2022-03-011-2/+2
* build: pip cache works againNed Batchelder2022-02-061-4/+4
* build: another pip-cache failureNed Batchelder2022-02-061-2/+2
* build: 3.11.0-alpha.5 is availableNed Batchelder2022-02-041-1/+1
* build: windows 3.11.0a4 started failing to save the pip cacheNed Batchelder2022-02-011-2/+2
* build: GitHub Actions now has 3.11.0a4Ned Batchelder2022-01-271-1/+1
* build: better docs about Python versions in actionsNed Batchelder2022-01-151-0/+2
* build: drop Python 3.6 supportNed Batchelder2021-12-311-5/+4
* build: use a sparse checkout for the reports repoNed Batchelder2021-12-301-10/+13
* build: publish metacov differentlyNed Batchelder2021-12-281-52/+59
* build: generate a metacov badgeNed Batchelder2021-12-281-1/+17
* build: no more codecovNed Batchelder2021-12-281-5/+0
* build: use new setup-python cachingNed Batchelder2021-11-241-0/+4
* test(build): skip metacov on mac pypy3, it slows us downNed Batchelder2021-11-131-0/+3
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-101-0/+1
* feat: html output directory gets a .gitignore file. #1244Ned Batchelder2021-10-271-0/+1