We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2803a59 commit 2cd9389Copy full SHA for 2cd9389
1 file changed
.github/workflows/run-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
python: ["3.9", "3.10", "3.11"]
12
- os: [ubuntu-latest, macos-13, windows-2019]
+ os: [ubuntu-latest, macos-latest, windows-latest]
13
runs-on: ${{ matrix.os }}
14
env:
15
OS: ${{ matrix.os }}
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Run tests and Generate coverage
39
run: |
40
- poetry run pytest --cov --cov-report=xml
+ poetry run pytest --cov --cov-report=xml -v --full-trace
41
42
- name: Upload coverage to Codecov
43
uses: codecov/codecov-action@v4
0 commit comments