Skip to content

Commit

Permalink
Re-add codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Jan 17, 2025
1 parent e5efbae commit 3d0d7b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ jobs:

- name: "Run tox targets for ${{ matrix.python-version }}"
run: "tox run"

- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v4"
if: ${{ github.repository_owner == 'stephrdev' }}
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ django-tapeforms
:target: https://github.com/stephrdev/django-tapeforms/actions?workflow=Test
:alt: CI Status

.. image:: https://codecov.io/gh/stephrdev/django-tapeforms/branch/master/graph/badge.svg
:target: https://codecov.io/gh/stephrdev/django-tapeforms
:alt: Coverage Status

.. image:: https://readthedocs.org/projects/django-tapeforms/badge/?version=latest
:target: https://django-tapeforms.readthedocs.io/en/stable/?badge=latest
:alt: Documentation Status
Expand Down

0 comments on commit 3d0d7b2

Please sign in to comment.