diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a34a9a8f7..02279ea03 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -20,6 +20,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: ./.github/actions/setup-project + - uses: ArtiomTr/jest-coverage-report-action@v2 - name: Run style checks run: pipenv run flake8 . - name: Check imports alphabetized diff --git a/.gitignore b/.gitignore index 80dea872f..f01baa32a 100644 --- a/.gitignore +++ b/.gitignore @@ -71,6 +71,7 @@ htmlcov/ .coverage.* .cache .pytest_cache +coverage/ coverage.xml test_results.xml *,cover