Skip to content

Commit 41e26c5

Browse files
committed
Exclude Codecov step on macos-12, as it now keeps failing due to external reasons.
1 parent c33655a commit 41e26c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
coverage run --branch test_pagesign.py
7070
coverage xml
7171
- name: Upload coverage to Codecov
72+
# Repeated failures of Codecov on macos-12
73+
if: ${{ matrix.os != 'macos-12' }}
7274
uses: codecov/codecov-action@v3
7375
with:
7476
flags: unittests

0 commit comments

Comments
 (0)