Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .codecov.yml

This file was deleted.

10 changes: 4 additions & 6 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
run: |
coverage run -m pytest -m "not regtest" -rw
coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
- name: Coverage comment
uses: orgoro/coverage@v3.2
with:
file: ./coverage.xml
name: codecov-umbrella
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to PyPI
uses: casperdcl/deploy-pypi@v2
if: ${{ matrix.python == 3.9 }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ __pycache__
/.cache
/.idea
/bitcash.egg-info
/BitCash.egg-info
/build
/dist
/docs/build
Expand All @@ -21,4 +22,5 @@ venv/
/.tox
htmlcov/
/.coverage
/coverage.xml
/.pytest_cache
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</a>
<img src="https://github.com/pybitcash/bitcash/actions/workflows/run_tests.yml/badge.svg" alt="Test status">
<img src="https://github.com/pybitcash/bitcash/actions/workflows/deploy_docs.yml/badge.svg" alt="Deploy docs">
<img src="https://codecov.io/gh/pybitcash/bitcash/branch/master/graph/badge.svg" alt="Code Coverage">
<img src="https://img.shields.io/pypi/pyversions/bitcash.svg?style=flat-square" alt="Python Versions">
<img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="MIT license">
<a href="https://www.codefactor.io/repository/github/pybitcash/bitcash"><img src="https://www.codefactor.io/repository/github/pybitcash/bitcash/badge" alt="CodeFactor" /></a>
Expand Down
4 changes: 1 addition & 3 deletions docs/community/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Philosophy
Continuous Integration
----------------------

`GitHub actions`_ is used for testing and `Codecov`_ is used for detailing code
coverage.
`GitHub actions`_ is used for testing and code coverage reporting.

Documentation
-------------
Expand All @@ -27,6 +26,5 @@ Version Scheme
BitCash tries to adhere to `semantic versioning`_ as much as possible.

.. _GitHub actions: https://github.com/features/actions
.. _Codecov: https://codecov.io
.. _GitHub Pages: https://pages.github.com
.. _semantic versioning: https://semver.org