File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/python
python-disallowAdditionalPropertiesIfNotPresent/.github/workflows
python-aiohttp/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 pip install -r test-requirements.txt
3030 - name: Test with pytest
3131 run: |
32- pytest --cov={ { packageName} }
32+ pytest --cov=<% packageName%>
Original file line number Diff line number Diff line change 2828 pip install -r test-requirements.txt
2929 - name : Test with pytest
3030 run : |
31- pytest --cov={{packageName}}
31+ pytest --cov=openapi_client
Original file line number Diff line number Diff line change 2828 pip install -r test-requirements.txt
2929 - name : Test with pytest
3030 run : |
31- pytest --cov={{packageName}}
31+ pytest --cov=openapi_client
Original file line number Diff line number Diff line change 2828 pip install -r test-requirements.txt
2929 - name : Test with pytest
3030 run : |
31- pytest --cov={{packageName}}
31+ pytest --cov=petstore_api
Original file line number Diff line number Diff line change 2828 pip install -r test-requirements.txt
2929 - name : Test with pytest
3030 run : |
31- pytest --cov={{packageName}}
31+ pytest --cov=petstore_api
You can’t perform that action at this time.
0 commit comments