[Python] Fix mustache tag syntax in github worklow (#20701)

This commit is contained in:
Sylvain Joubert 2025-02-21 10:43:17 +01:00 committed by GitHub
parent 13111077d4
commit 0ff8c46595
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -29,4 +29,4 @@ jobs:
pip install -r test-requirements.txt
- name: Test with pytest
run: |
pytest --cov={{packageName}}
pytest --cov=<%packageName%>

View File

@ -28,4 +28,4 @@ jobs:
pip install -r test-requirements.txt
- name: Test with pytest
run: |
pytest --cov={{packageName}}
pytest --cov=openapi_client

View File

@ -28,4 +28,4 @@ jobs:
pip install -r test-requirements.txt
- name: Test with pytest
run: |
pytest --cov={{packageName}}
pytest --cov=openapi_client

View File

@ -28,4 +28,4 @@ jobs:
pip install -r test-requirements.txt
- name: Test with pytest
run: |
pytest --cov={{packageName}}
pytest --cov=petstore_api

View File

@ -28,4 +28,4 @@ jobs:
pip install -r test-requirements.txt
- name: Test with pytest
run: |
pytest --cov={{packageName}}
pytest --cov=petstore_api