File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 22
33First off, thanks for taking the time to contribute and
44when 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 )
66with 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://
4444You 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
5056Or use ` tox ` to run the complete suite against the full set of build targets, or pytest to run specific
5157tests 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.
Original file line number Diff line number Diff line change 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]
425427You 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
431439Or 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
456465Thank you very much for your support.
457466
You can’t perform that action at this time.
0 commit comments