Skip to content

Commit 8790ba3

Browse files
author
Eli Fine
committed
update CI
1 parent 0a1e7e8 commit 8790ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.github/workflows/ci.yaml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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 ]

0 commit comments

Comments
 (0)