Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Oct 20, 2023
1 parent 3faa665 commit eb704ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: 3.9
- name: 'generate report'
run: |
pip install coverage click
pip install coverage click pytest pytest-cov
pip install -e .
coverage run -m pytest
- name: Upload coverage to Codecov
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# mempool.space API wrapper

[![codecov](https://codecov.io/gh/holgern/pymempool/graph/badge.svg?token=VyIU0ZxwpD)](https://codecov.io/gh/holgern/pymempool)

Python3 wrapper around the [mempool.space](https://www.mempool.space) API (V1)

### Installation
Expand Down

0 comments on commit eb704ca

Please sign in to comment.