Skip to content

Commit

Permalink
PR: Fix coverage errors and macOS jobs (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Apr 29, 2024
2 parents 3238de7 + 1e91281 commit d76a59b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
python-version: ['3.7', '3.11']
use-conda: ['Yes', 'No']
qt5-version-default: ['5.12']
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
python-version: '3.11'
use-conda: 'Yes'
pyside6-version: 6.5 # Test upper bound
- os: macos-latest
- os: macos-13
python-version: '3.11'
use-conda: 'No'
pyqt6-version: 6.5 # Test upper bound
Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov-report=term-missing
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov-report=term-missing --cov-report=xml
empty_parameter_set_mark = fail_at_collect
filterwarnings =
error
Expand Down

0 comments on commit d76a59b

Please sign in to comment.