Skip to content

Commit 1b93c0e

Browse files
authored
ci: Use Pyright-cov (#2586)
* ci: Use Pyright-cov * ignoreexternal
1 parent 43d206c commit 1b93c0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/typing.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,5 @@ jobs:
4848
- name: Run pyright type completeness
4949
run: |
5050
source .venv/bin/activate
51-
output=$(pyright --verifytypes narwhals --ignoreexternal 2>&1)
52-
echo "$output"
53-
echo "$output" | grep "Type completeness score: 100%" || exit 1
51+
uv pip install -U pyright-cov
52+
pyright-cov --verifytypes narwhals --ignoreexternal --fail-under 100

0 commit comments

Comments
 (0)