Skip to content

Commit

Permalink
chore: Disable CodeCov integration until it is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daverball committed Jan 17, 2025
1 parent dd9238d commit 5f94b33
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ jobs:
coverage run -m pytest tests
coverage xml
coverage report
- uses: codecov/codecov-action@v5
with:
files: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.python-version == '3.12'
# TODO: Re-enable once fixed
# - uses: codecov/codecov-action@v5
# with:
# files: ./coverage.xml
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}
# if: matrix.python-version == '3.12'
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Package version](https://img.shields.io/pypi/v/flake8-type-checking.svg)](https://pypi.org/project/flake8-type-checking/)
[![Code coverage](https://codecov.io/gh/sondrelg/flake8-type-checking/branch/main/graph/badge.svg)](https://codecov.io/gh/sondrelg/flake8-type-checking)
[![Test status](/~https://github.com/sondrelg/flake8-type-checking/actions/workflows/testing.yml/badge.svg)](/~https://github.com/snok/flake8-type-checking/actions/workflows/testing.yml)
[![Supported Python versions](https://img.shields.io/badge/python-3.8%2B-blue)](https://pypi.org/project/flake8-type-checking/)
<!---[![Code coverage](https://codecov.io/gh/snok/flake8-type-checking/branch/main/graph/badge.svg)](https://codecov.io/gh/snok/flake8-type-checking)--->
[![Test status](/~https://github.com/snok/flake8-type-checking/actions/workflows/testing.yml/badge.svg)](/~https://github.com/snok/flake8-type-checking/actions/workflows/testing.yml)
[![Supported Python versions](https://img.shields.io/badge/python-3.9%2B-blue)](https://pypi.org/project/flake8-type-checking/)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)

# flake8-type-checking
Expand Down

0 comments on commit 5f94b33

Please sign in to comment.