Skip to content

Commit 2e08364

Browse files
committed
temp coverage disablement due to ubuntu changes causing failing runs
1 parent 929600e commit 2e08364

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,8 @@ jobs:
477477
### Coverage run
478478
coverage:
479479
name: Coverage
480+
# TEMPORARILY DISABLED - hanging in CI, needs investigation
481+
if: false
480482
# The value of runs-on is the OS of the current job (specified in the strategy matrix below) instead of being hardcoded.
481483
runs-on: ${{ matrix.os }}
482484
needs: [lint, check-types, python-tests, tests, native-tests]

0 commit comments

Comments
 (0)