File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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+ <!-- - [](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
You can’t perform that action at this time.
0 commit comments