File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
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- # 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'
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.13'
Original file line number Diff line number Diff line change 22[ ![ 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 )
33[ ![ Supported Python versions] ( https://img.shields.io/badge/python-3.9%2B-blue )] ( https://pypi.org/project/flake8-type-checking/ )
44[ ![ Checked with mypy] ( http://www.mypy-lang.org/static/mypy_badge.svg )] ( http://mypy-lang.org/ )
5+ [ ![ codecov] ( https://codecov.io/gh/snok/flake8-type-checking/graph/badge.svg?token=c0hqbAteWi )] ( https://codecov.io/gh/snok/flake8-type-checking )
56
67# flake8-type-checking
78
You can’t perform that action at this time.
0 commit comments