Skip to content

Commit c554263

Browse files
committed
re-enable Codecov
1 parent 244b008 commit c554263

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/linters.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,12 @@ jobs:
8080
DJANGO_VERSION=`echo $DJANGO_VERSION | sed 's/\.//'`
8181
tox -e py${PYTHON_VERSION}-django${DJANGO_VERSION}
8282
83-
# TODO: activate when organization token will be available
84-
# - name: Upload coverage to Codecov
85-
# uses: codecov/codecov-action@v4
86-
# with:
87-
# token: ${{ secrets.CODECOV_TOKEN }}
88-
# files: coverage.xml
89-
# fail_ci_if_error: true
83+
- name: Upload coverage to Codecov
84+
uses: codecov/codecov-action@v4
85+
with:
86+
token: ${{ secrets.CODECOV_TOKEN }}
87+
files: coverage.xml
88+
fail_ci_if_error: true
9089

9190
flake8:
9291
name: flake8

0 commit comments

Comments
 (0)