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 852c11c commit a620852Copy full SHA for a620852
.github/workflows/unittests_codecov.yml
@@ -31,6 +31,7 @@ jobs:
31
pip install -r tests/test_requirements.txt
32
pip install -e .
33
pytest --cov=mkdocs_git_authors_plugin --cov-report=xml
34
+ coverage combine
35
- name: Upload coverage to Codecov
36
uses: codecov/codecov-action@v1
37
with:
0 commit comments