Skip to content

Commit d76a59b

Browse files
authored
PR: Fix coverage errors and macOS jobs (#483)
2 parents 3238de7 + 1e91281 commit d76a59b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ubuntu-latest, windows-latest, macos-latest]
46+
os: [ubuntu-latest, windows-latest, macos-13]
4747
python-version: ['3.7', '3.11']
4848
use-conda: ['Yes', 'No']
4949
qt5-version-default: ['5.12']
@@ -86,7 +86,7 @@ jobs:
8686
python-version: '3.11'
8787
use-conda: 'Yes'
8888
pyside6-version: 6.5 # Test upper bound
89-
- os: macos-latest
89+
- os: macos-13
9090
python-version: '3.11'
9191
use-conda: 'No'
9292
pyqt6-version: 6.5 # Test upper bound

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov-report=term-missing
2+
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov-report=term-missing --cov-report=xml
33
empty_parameter_set_mark = fail_at_collect
44
filterwarnings =
55
error

0 commit comments

Comments
 (0)