File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4646 uses : actions/upload-artifact@v7
4747 with :
4848 name : coverage-data-${{ matrix.python-version }}
49- path : ' ${{ github.workspace }}/.coverage. *'
49+ path : ' ${{ github.workspace }}/.coverage/ *'
5050 include-hidden-files : true
5151 if-no-files-found : error
5252
7070 - name : Download data
7171 uses : actions/download-artifact@v8
7272 with :
73- path : ${{ github.workspace }}
73+ path : .coverage
7474 pattern : coverage-data-*
7575 merge-multiple : true
7676
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ ini_options.xfail_strict = true
103103
104104[tool .coverage ]
105105run.branch = true
106+ run.data_file = " .coverage/cov"
106107run.parallel = true
107108run.source = [
108109 " pytest_randomly" ,
@@ -113,6 +114,8 @@ paths.source = [
113114 " .tox/**/site-packages" ,
114115]
115116report.show_missing = true
117+ report.skip_covered = true
118+ report.skip_empty = true
116119
117120[tool .mypy ]
118121enable_error_code = [
You can’t perform that action at this time.
0 commit comments