Skip to content

Commit

Permalink
chore: Reenable codecov upload after updating token
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jan 20, 2025
1 parent 34064fb commit 04d1a05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,9 @@ jobs:
coverage run -m pytest tests
coverage xml
coverage report
# 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'
- uses: codecov/codecov-action@v5
with:
files: ./coverage.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.python-version == '3.13'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![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/)
[![codecov](https://codecov.io/gh/snok/flake8-type-checking/graph/badge.svg?token=c0hqbAteWi)](https://codecov.io/gh/snok/flake8-type-checking)

# flake8-type-checking

Expand Down

0 comments on commit 04d1a05

Please sign in to comment.