Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Apr 27, 2024
1 parent fd52089 commit 05a062d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand All @@ -37,7 +37,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install setuptools
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install pytest pytest-cov pytest-html ruff cheroot wsgidav
python -m pip install pytest pytest-cov pytest-html ruff
python -m pip install cheroot wsgidav
python -m pip install psutil stressor-ps
pip list
Expand All @@ -53,5 +54,7 @@ jobs:
# pytest -ra -v -x --durations=10 --cov=stressor --html=build/pytest/report-${{ matrix.python-version }}.html --self-contained-html
# pytest -ra -v -x --durations=10 --cov=stressor --html=build/pytest/report-{envname}.html --self-contained-html {posargs}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 05a062d

Please # to comment.