Skip to content

Commit e70c481

Browse files
authored
Update python-ci.yml
1 parent 8eda7dc commit e70c481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Run unit tests
6464
run: |
65-
pytest tests/unit -v --cov=solana_ai_registries --cov-report=xml --cov-report=html
65+
pytest tests/unit -v --cov=solana_ai_registries --cov-report=xml --cov-report=html --cov-fail-under=50
6666
6767
- name: Upload coverage to Codecov
6868
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)