Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Apr 12, 2023
1 parent b761391 commit a4bf753
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 139 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,3 @@ jobs:
run: poetry run pytest --cov-report xml --cov machina
env:
DB: ${{ matrix.db }}
- name: Upload coverage to Codecov
if: matrix.python-version == 3.9 && matrix.django-version == 'django>=3.2,<4.0' && matrix.db == 'sqlite'
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<a href="https://pypi.python.org/pypi/django-machina" rel="nofollow"><img src="https://img.shields.io/pypi/pyversions/django-machina.svg" style="max-width:100%;"></a>
<a href="https://pypi.python.org/pypi/django-machina/" rel="nofollow"><img alt="Latest Version" src="https://img.shields.io/pypi/v/django-machina.svg" style="max-width:100%;"></a>
<a href="https://github.com/ellmetha/django-machina/actions" rel="nofollow"><img alt="Build status" src="https://github.com/ellmetha/django-machina/workflows/CI/badge.svg?branch=main&event=push" style="max-width:100%;"></a>
<a href="https://codecov.io/github/ellmetha/django-machina" rel="nofollow"><img alt="Codecov status" src="https://codecov.io/gh/ellmetha/django-machina/branch/main/graph/badge.svg" style="max-width:100%;"></a>
</p>

|
Expand Down

0 comments on commit a4bf753

Please sign in to comment.