diff --git a/{{cookiecutter.project_name}}/.github/workflows/sync.yaml b/{{cookiecutter.project_name}}/.github/workflows/sync.yaml index da9b5206..52194992 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/sync.yaml +++ b/{{cookiecutter.project_name}}/.github/workflows/sync.yaml @@ -43,4 +43,4 @@ jobs: manually merge these changes.** For more information about the template sync, please refer to the - [template documentation](https://cookiecutter-scverse-instance.readthedocs.io/en/latest/template_usage.html#automated-template-sync). + [template documentation](https://cookiecutter-scverse-instance.readthedocs.io/en/latest/developer_docs.html#automated-template-sync). diff --git a/{{cookiecutter.project_name}}/.github/workflows/test.yaml b/{{cookiecutter.project_name}}/.github/workflows/test.yaml index 75434b7a..2f0ffd7a 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/test.yaml +++ b/{{cookiecutter.project_name}}/.github/workflows/test.yaml @@ -56,4 +56,7 @@ jobs: run: | pytest -v --cov --color=yes - name: Upload coverage - uses: codecov/codecov-action@v3 + env: + CODECOV_NAME: ${{ matrix.python }}-${{ matrix.os }} + run: | + codecov --required --flags=unittests