Skip to content

Commit 04d1a05

Browse files
committed
chore: Reenable codecov upload after updating token
1 parent 34064fb commit 04d1a05

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ jobs:
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'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

0 commit comments

Comments
 (0)