File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
template/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7777 - name: Unit test
7878 run: uv run pytest tests/unit --cov-report=xml --durations=5
7979
80- - name: Upload coverage to Codecov
80+ {% endraw %}{% if use_codecov %}{% raw %} - name: Upload coverage to Codecov
8181 # only upload coverage from fastest job
8282 if: matrix.JOB_MATCHING_DEV_ENV == true
8383 uses: codecov/codecov-action@v5.1.1
8888 name: codecov-umbrella
8989 fail_ci_if_error: true
9090 token: ${{ secrets.CODECOV_TOKEN }}
91- slug: {% endraw %} {{ full_repo_url | replace("https://github.com/", "") }}{% raw %}
91+ slug: {% endraw %} {{ full_repo_url | replace("https://github.com/", "") }}{% raw %}{% endraw %}{% endif %}{% raw %}
9292
9393{% endraw %}{% if is_frozen_executable %}{% raw %} executable:
9494 needs: [ test ]
You can’t perform that action at this time.
0 commit comments