We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a881a1 commit 67b8913Copy full SHA for 67b8913
{{cookiecutter.project_name}}/.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: codecov/codecov-action@v4
55
if: {% raw %}${{ matrix.python-version == '3.11' }}{% endraw %}
56
env:
57
- {% raw %}CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}{% endraw %}
+ {% raw %}CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}{% endraw %}
58
{%- endif %}
59
60
{%- if cookiecutter.mkdocs == "y" %}
0 commit comments