From 61555ba1558328c1c4c4c3d24256db48f73cae47 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 18 Jan 2021 09:52:32 +0100 Subject: [PATCH] Update to Coveralls >= 3 (#10) --- .github/workflows/tests.yml | 5 +++-- .meta.toml | 3 ++- MANIFEST.in | 9 --------- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7898a16..357f637 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,8 +36,9 @@ jobs: uses: actions/cache@v2 with: path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('setup.*', 'tox.ini') }} + key: ${{ runner.os }}-pip-${{ matrix.config[0] }}-${{ hashFiles('setup.*', 'tox.ini') }} restore-keys: | + ${{ runner.os }}-pip-${{ matrix.config[0] }}- ${{ runner.os }}-pip- - name: Install dependencies run: | @@ -49,6 +50,6 @@ jobs: if: matrix.config[1] == 'coverage' run: | pip install coveralls coverage-python-version - coveralls + coveralls --service=github env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.meta.toml b/.meta.toml index 3cf2589..5831291 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,13 +2,14 @@ # https://github.com/zopefoundation/meta/tree/master/config/pure-python [meta] template = "pure-python" -commit-id = "f842b6b0cf63668b074b4fcd011f1cd04a7cc9ef" +commit-id = "4e9825189b9b8d18f28e7dbc63373d4baea08602" [python] with-pypy = false with-legacy-python = true with-docs = false with-sphinx-doctests = false +with-appveyor = false [coverage] fail-under = 98 diff --git a/MANIFEST.in b/MANIFEST.in index 8bbe95c..2f22a2c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,18 +4,9 @@ include *.rst include *.txt include buildout.cfg include tox.ini -include .coveragerc -recursive-include docs *.bat -recursive-include docs *.py -recursive-include docs *.rst -recursive-include docs *.txt -recursive-include docs Makefile - -recursive-include src *.gif recursive-include src *.pt recursive-include src *.py recursive-include src *.rst recursive-include src *.txt -recursive-include src *.xml recursive-include src *.zcml