We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244b008 commit c554263Copy full SHA for c554263
.github/workflows/linters.yml
@@ -80,13 +80,12 @@ jobs:
80
DJANGO_VERSION=`echo $DJANGO_VERSION | sed 's/\.//'`
81
tox -e py${PYTHON_VERSION}-django${DJANGO_VERSION}
82
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
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v4
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
+ files: coverage.xml
+ fail_ci_if_error: true
90
91
flake8:
92
name: flake8
0 commit comments