Skip to content

Commit a620852

Browse files
committed
add coverage combine command
1 parent 852c11c commit a620852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unittests_codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
pip install -r tests/test_requirements.txt
3232
pip install -e .
3333
pytest --cov=mkdocs_git_authors_plugin --cov-report=xml
34+
coverage combine
3435
- name: Upload coverage to Codecov
3536
uses: codecov/codecov-action@v1
3637
with:

0 commit comments

Comments
 (0)