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 7de436a commit ecb2206Copy full SHA for ecb2206
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install -e .
26
- name: Run unit tests with coverage
27
run: |
28
- pytest --cov=web3_mcp --cov-report=xml --cov-report=term tests/unit
+ pytest --cov=web3_mcp --cov-report=xml --cov-report=term tests
29
- name: Upload coverage to Codecov
30
uses: codecov/codecov-action@v4
31
with:
0 commit comments