Skip to content

Commit

Permalink
Add code coverage report generation to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaeske committed Dec 28, 2023
1 parent 88e2c06 commit bde040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install tox
- name: Run tests with tox
run: tox -e py${{ matrix.python-version }}
run: tox -e py${{ matrix.python-version }} --cov=django_i18n_lint --cov-report html

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit bde040d

Please sign in to comment.