Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Jun 5, 2023
1 parent f43b61b commit 516df40
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 516df40

Please sign in to comment.