summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
Commit message (Collapse)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
| | | | | | | - default COVERAGE_METAFILE=.metacov for convenience - don't make json and xml reports, if we need them we'll do it explicitly.
* 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
| | | | Also, remove the symbolic references in the comments, since dependabot doesn't update them.
* build(deps): bump schneegans/dynamic-badges-action from 1.4.0 to 1.5.0 (#1465)dependabot[bot]2022-10-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * build(deps): bump schneegans/dynamic-badges-action from 1.4.0 to 1.5.0 Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/54d929a33e7521ab6bf19d323d28fb7b876c53f7...9e75560bc15f4bddbf108466ba42d6922f1fc160) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update .github/workflows/coverage.yml Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* build: use the badge action coloringNed Batchelder2022-09-271-6/+3
| | | | | Following my own advice: https://nedbatchelder.com/blog/202209/making_a_coverage_badge.html
* 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
| | | | | | Details here: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable Found with https://rhysd.github.io/actionlint/
* 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
| | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* 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
| | | | | | | | | | | | | | | | | Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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
| | | | | | | | | | | | I don't understand this command. --skip-check isn't mentioned in the help, and doesn't sound like the right semantics anyway. Without it, the error is: fatal: specify directories rather than patterns (no leading slash) or: fatal: specify directories rather than patterns. If your directory starts with a '!', pass --skip-checks
* build(deps): bump schneegans/dynamic-badges-action from 1.2.0 to 1.3.0dependabot[bot]2022-04-301-1/+1
| | | | | | | | | | | | | | | Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump actions/upload-artifact from 2 to 3dependabot[bot]2022-04-121-3/+3
| | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump actions/download-artifact from 2 to 3dependabot[bot]2022-04-121-3/+3
| | | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump schneegans/dynamic-badges-action from 1.1.0 to 1.2.0dependabot[bot]2022-03-281-1/+1
| | | | | | | | | | | | | | | Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](https://github.com/schneegans/dynamic-badges-action/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump actions/checkout from 2 to 3 (#1336)dependabot[bot]2022-03-021-2/+2
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump actions/setup-python from 2 to 3 (#1335)dependabot[bot]2022-03-011-2/+2
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* 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
| | | | | | | | | | | The fix for CTracer is egregious and will need to be updated when there's a supported way to do it. The fullcoverage skip is noted in https://github.com/nedbat/coveragepy/issues/1278 The raise_through_with skip is noted in https://github.com/nedbat/coveragepy/issues/1270
* feat: html output directory gets a .gitignore file. #1244Ned Batchelder2021-10-271-0/+1
|