From e03addbd9ce4981b6d039108ddd8ab60b6adf806 Mon Sep 17 00:00:00 2001 From: dalthviz <16781833+dalthviz@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:28:17 -0500 Subject: [PATCH 1/2] Add coverage xml report format to try to workaround coveralls action issue --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 2892105e..7904344a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 From 1e9128132404859067139b25ef1f35f966639905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Althviz=20Mor=C3=A9?= <16781833+dalthviz@users.noreply.github.com> Date: Fri, 26 Apr 2024 19:52:51 -0500 Subject: [PATCH 2/2] CI: Update macOS image to use x86 image --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a45ddc48..5a1ddff6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'] @@ -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