diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9e9a19..f9ab091 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: os: ["ubuntu-latest"] include: - {python: "2.7", os: "ubuntu-22.04"} - - {python: "3.4", os: "ubuntu-20.04"} + - {python: "3.4", os: "ubuntu-18.04"} - {python: "3.5", os: "ubuntu-20.04"} - {python: "3.6", os: "ubuntu-20.04"} - {python: "3.7", os: "ubuntu-22.04"} @@ -49,14 +49,7 @@ jobs: python setup.py sdist --formats=zip pip install dist/dominate*.zip pytest - - name: Coverage - env: - COVERAGE_RCFILE: ".github/workflows/.coveragerc" - run: | - python -m pip install coverage - coverage run --source=dominate -m pytest - python -m coverage report - - name: Coveralls-manual + - name: Coveralls env: COVERAGE_RCFILE: ".github/workflows/.coveragerc" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}