Skip to content

Commit

Permalink
🔧 Update codecov action (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Nov 30, 2024
1 parent 77a7ee6 commit 1a43fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
pytest tests/ --cov=markdown_it --cov-report=xml --cov-report=term-missing
- name: Upload to Codecov
if: matrix.python-version == '3.9' && github.repository == 'executablebooks/markdown-it-py'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
name: markdown-it-py-pytests
flags: pytests
file: ./coverage.xml
files: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Coverage Status][codecov-badge]][codecov-link]
[![PyPI][pypi-badge]][pypi-link]
[![Conda][conda-badge]][conda-link]
[![Code style: black][black-badge]][black-link]
[![PyPI - Downloads][install-badge]][install-link]

<p align="center">
Expand Down Expand Up @@ -149,8 +148,6 @@ Also [John MacFarlane](https://github.com/jgm) for his work on the CommonMark sp
[conda-link]: https://anaconda.org/conda-forge/markdown-it-py
[codecov-badge]: https://codecov.io/gh/executablebooks/markdown-it-py/branch/master/graph/badge.svg
[codecov-link]: https://codecov.io/gh/executablebooks/markdown-it-py
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black-link]: https://github.com/ambv/black
[install-badge]: https://img.shields.io/pypi/dw/markdown-it-py?label=pypi%20installs
[install-link]: https://pypistats.org/packages/markdown-it-py

Expand Down

0 comments on commit 1a43fa3

Please sign in to comment.