Skip to content

Commit 0f7fc60

Browse files
committed
Update: README.md and CONTRIBUTING.md
1 parent 44d30b3 commit 0f7fc60

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
First off, thanks for taking the time to contribute and
44
when contributing to this repository, please first discuss
5-
the change you wish to make via [issue](https://github.com/meherett/bip38/issues)
5+
the change you wish to make via [issue](https://github.com/talonlab/python-bip38/issues)
66
with the owners of this repository before making a change.
77

88
## Development
@@ -44,12 +44,18 @@ GitHub's documentation for working on pull requests is [available here](https://
4444
You can run the tests with:
4545

4646
```
47-
pytest
47+
coverage run -m pytest
48+
```
49+
50+
To see the coverage:
51+
52+
```
53+
coverage report
4854
```
4955

5056
Or use `tox` to run the complete suite against the full set of build targets, or pytest to run specific
5157
tests against a specific version of Python.
5258

5359
## License
5460

55-
Distributed under the [MIT](https://github.com/meherett/python-bip38/blob/master/LICENSE) license. See ``LICENSE`` for more information.
61+
Distributed under the [MIT](https://github.com/talonlab/python-bip38/blob/master/LICENSE) license. See ``LICENSE`` for more information.

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img height="100" alt="BIP38" src="https://raw.githubusercontent.com/talonlab/python-bip38/refs/heads/master/docs/static/svg/bip38-logo.svg">
2+
13
# Bitcoin Improvement Proposal - 0038 / BIP38
24

35
[![Build Status](https://img.shields.io/github/actions/workflow/status/talonlab/python-bip38/build.yml)](https://github.com/talonlab/python-bip38/actions/workflows/build.yml)
@@ -425,7 +427,13 @@ pip install -e .[tests,docs]
425427
You can run the tests with:
426428

427429
```
428-
pytest
430+
coverage run -m pytest
431+
```
432+
433+
To see the coverage:
434+
435+
```
436+
coverage report
429437
```
430438

431439
Or use `tox` to run the complete suite against the full set of build targets, or pytest to run specific
@@ -452,6 +460,7 @@ Buy me a coffee if You found this tool helpful:
452460

453461
- **Bitcoin** - 16c7ajUwHEMaafrceuYSrd35SDjmfVdjoS
454462
- **Ethereum / ERC20** - 0xD3cbCB0B6F82A03C715D665b72dC44CEf54e6D9B
463+
- **Solana** - 9cVoan5GvnpVvysEkFWEFR4k9cpTdWKmqQ6Gi7nwM5ES
455464

456465
Thank you very much for your support.
457466

0 commit comments

Comments
 (0)