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 2c7d515 commit 76fc484Copy full SHA for 76fc484
.github/workflows/workflow.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
pip install -r test/test_requirements.txt
18
pip install -e .
19
- pytest --cov=./ --cov-report=xml
+ pytest --cov=mkdocs_git_authors_plugin --cov-report=xml
20
- name: Static code checking with pyflakes
21
22
pip install pyflakes
0 commit comments