Skip to content

Commit

Permalink
Update build.yaml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Feb 5, 2025
1 parent f99b9ad commit 4d8a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/.github/workflows/build.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

- name: Run tests
run: |
poetry run pytest -c pyproject.toml --cov={{ python_package_import_name }} --cov-report=html \
poetry run pytest -c pyproject.toml --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 4d8a573

Please sign in to comment.