diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e37bf84..105cfed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,9 +23,11 @@ jobs: pip install tox - name: Run tests with tox - run: tox -e py${{ matrix.python-version }} -- --cov=django_i18n_lint --cov-report html + run: tox -e py${{ matrix.python-version }} -- --cov=django_i18n_lint --cov-report=xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 + with: + file: ./coverage.xml env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}