Skip to content

Commit 7b619e4

Browse files
committed
Merge branch 'master' of github.com:Chilipp/autodocsumm into class_order
2 parents 9782649 + cac91e8 commit 7b619e4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ jobs:
3434
if [[ $SPHINX_VERSION != "" ]]; then
3535
SPHINX="${SPHINX}==${SPHINX_VERSION}";
3636
fi
37-
pip install pytest pytest-cov codecov "${SPHINX}" sphinx-testing .
37+
pip install pytest pytest-cov codecov "${SPHINX}" sphinx-testing -e .
3838
- name: Test with pytest
3939
run: |
40-
pytest --cov=autodocsumm --cov-report=xml
40+
pytest --cov=autodocsumm --cov-report=xml tests
41+
- name: Upload codecov
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
44+
run: |
4145
codecov

0 commit comments

Comments
 (0)