summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
Commit message (Collapse)AuthorAgeFilesLines
* test: Use 3.10 alpha.6Ned Batchelder2021-03-111-1/+1
|
* feat: percent_covered_display in the JSON reportnedbat/tweak-metacovNed Batchelder2021-03-021-1/+1
|
* test: run the coverage action on branches named metacovNed Batchelder2021-03-021-0/+1
|
* build: coverage ci should fail fastNed Batchelder2021-02-281-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 5Ned Batchelder2021-02-251-0/+5
| | | | | This required pinning setuptools more aggressively, and cleaning up some dependency sloppinesss.
* build: make yaml syntax more uniformNed Batchelder2021-02-251-3/+2
|
* build: nicer publishing of HTML reportNed Batchelder2021-02-241-18/+47
| | | | Also, this correctly combines results from different runners.
* build: create an HTML file to redirect to the coverage reportNed Batchelder2021-02-211-4/+21
|
* build: use a nicer directory name for reportsNed Batchelder2021-02-211-2/+7
|
* build: publish metacov to a ghpages repoNed Batchelder2021-02-211-0/+19
|
* build: improved combined coverage actionNed Batchelder2021-02-071-7/+29
| | | | | | - codecov wants more history. - make a downloadable HTML report.
* Combine coverage across Python versions, upload one file to codecov.Ned Batchelder2020-12-051-0/+42
|
* Coverage actionNed Batchelder2020-12-051-0/+57