Skip to content

Commit 5f94b33

Browse files
committed
chore: Disable CodeCov integration until it is fixed
1 parent dd9238d commit 5f94b33

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

.github/workflows/testing.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ jobs:
7373
coverage run -m pytest tests
7474
coverage xml
7575
coverage report
76-
- uses: codecov/codecov-action@v5
77-
with:
78-
files: ./coverage.xml
79-
fail_ci_if_error: true
80-
token: ${{ secrets.CODECOV_TOKEN }}
81-
if: matrix.python-version == '3.12'
76+
# TODO: Re-enable once fixed
77+
# - uses: codecov/codecov-action@v5
78+
# with:
79+
# files: ./coverage.xml
80+
# fail_ci_if_error: true
81+
# token: ${{ secrets.CODECOV_TOKEN }}
82+
# if: matrix.python-version == '3.12'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Package version](https://img.shields.io/pypi/v/flake8-type-checking.svg)](https://pypi.org/project/flake8-type-checking/)
2-
[![Code coverage](https://codecov.io/gh/sondrelg/flake8-type-checking/branch/main/graph/badge.svg)](https://codecov.io/gh/sondrelg/flake8-type-checking)
3-
[![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)
4-
[![Supported Python versions](https://img.shields.io/badge/python-3.8%2B-blue)](https://pypi.org/project/flake8-type-checking/)
2+
<!---[![Code coverage](https://codecov.io/gh/snok/flake8-type-checking/branch/main/graph/badge.svg)](https://codecov.io/gh/snok/flake8-type-checking)--->
3+
[![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)
4+
[![Supported Python versions](https://img.shields.io/badge/python-3.9%2B-blue)](https://pypi.org/project/flake8-type-checking/)
55
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
66

77
# flake8-type-checking

0 commit comments

Comments
 (0)