File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 uses : actions/upload-artifact@v7
8585 with :
8686 name : coverage-data-${{ matrix.python-version }}-${{ steps.format_db_id.outputs.db_id }}
87- path : ' ${{ github.workspace }}/.coverage. *'
87+ path : ' ${{ github.workspace }}/.coverage/ *'
8888 include-hidden-files : true
8989 if-no-files-found : error
9090
@@ -108,7 +108,7 @@ jobs:
108108 - name : Download data
109109 uses : actions/download-artifact@v8
110110 with :
111- path : ${{ github.workspace }}
111+ path : .coverage
112112 pattern : coverage-data-*
113113 merge-multiple : true
114114
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ ini_options.xfail_strict = true
140140
141141[tool .coverage ]
142142run.branch = true
143+ run.data_file = " .coverage/cov"
143144run.parallel = true
144145run.source = [
145146 " django_mysql" ,
@@ -150,6 +151,8 @@ paths.source = [
150151 " .tox/**/site-packages" ,
151152]
152153report.show_missing = true
154+ report.skip_covered = true
155+ report.skip_empty = true
153156
154157[tool .mypy ]
155158enable_error_code = [
You can’t perform that action at this time.
0 commit comments