Skip to content

Commit 76fc484

Browse files
committed
code coverage only on package
1 parent 2c7d515 commit 76fc484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
pip install -r test/test_requirements.txt
1818
pip install -e .
19-
pytest --cov=./ --cov-report=xml
19+
pytest --cov=mkdocs_git_authors_plugin --cov-report=xml
2020
- name: Static code checking with pyflakes
2121
run: |
2222
pip install pyflakes

0 commit comments

Comments
 (0)