We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda7dc commit e70c481Copy full SHA for e70c481
.github/workflows/python-ci.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Run unit tests
64
run: |
65
- pytest tests/unit -v --cov=solana_ai_registries --cov-report=xml --cov-report=html
+ pytest tests/unit -v --cov=solana_ai_registries --cov-report=xml --cov-report=html --cov-fail-under=50
66
67
- name: Upload coverage to Codecov
68
uses: codecov/codecov-action@v3
0 commit comments