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 d4bddab commit cac91e8Copy full SHA for cac91e8
.github/workflows/python-app.yml
@@ -34,10 +34,10 @@ jobs:
34
if [[ $SPHINX_VERSION != "" ]]; then
35
SPHINX="${SPHINX}==${SPHINX_VERSION}";
36
fi
37
- pip install pytest pytest-cov codecov "${SPHINX}" sphinx-testing .
+ pip install pytest pytest-cov codecov "${SPHINX}" sphinx-testing -e .
38
- name: Test with pytest
39
run: |
40
- pytest --cov=autodocsumm --cov-report=xml
+ pytest --cov=autodocsumm --cov-report=xml tests
41
- name: Upload codecov
42
env:
43
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments