Skip to content

Commit

Permalink
re-enable Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed May 24, 2024
1 parent 244b008 commit ddc8e65
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,12 @@ jobs:
DJANGO_VERSION=`echo $DJANGO_VERSION | sed 's/\.//'`
tox -e py${PYTHON_VERSION}-django${DJANGO_VERSION}
# TODO: activate when organization token will be available
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: coverage.xml
# fail_ci_if_error: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml
fail_ci_if_error: true

flake8:
name: flake8
Expand Down

0 comments on commit ddc8e65

Please sign in to comment.