Skip to content

Commit

Permalink
Fix module coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Feb 5, 2025
1 parent af0a20f commit c4732b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
if: ${{ always() }}{% endraw %}

- name: Run tests
{% raw %}run: |
poetry run pytest -c pyproject.toml --cov=${{ github.event.repository.name }} --cov-report=html \
--cov-report=xml:coverage-${{ runner.os }}-${{ matrix.python-version }}.xml \
run: |
poetry run pytest -c pyproject.toml --cov={{ python_package_import_name }} --cov-report=html \
{% raw %}--cov-report=xml:coverage-${{ runner.os }}-${{ matrix.python-version }}.xml \
--junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}.xml \
--benchmark-disable{% endraw %}

Expand Down

0 comments on commit c4732b7

Please sign in to comment.