File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 7676 uses : actions/upload-artifact@v4
7777 with :
7878 name : coverage-mysql-${{ matrix.python_version }}
79- path : .coverage.mysql.${{ matrix.python_version }}
79+ path : .coverage.mysql.${{ matrix.python_version }}*
8080 include-hidden-files : true
8181
8282
@@ -171,13 +171,13 @@ jobs:
171171 DB_HOST : localhost
172172 DB_PORT : 5432
173173 DJANGO_SELENIUM_TESTS : ${{ matrix.env.DJANGO_SELENIUM_TESTS }}
174- COVERAGE_FILE : " .coverage.postgres .${{ matrix.python_version }}"
174+ COVERAGE_FILE : " .coverage.${{ matrix.database }} .${{ matrix.python_version }}"
175175
176176 - name : Store coverage file
177177 uses : actions/upload-artifact@v4
178178 with :
179- name : coverage-postgres -${{ matrix.python_version }}
180- path : .coverage.postgres. ${{ matrix.python_version }}
179+ name : coverage-${{ matrix.database }} -${{ matrix.python_version }}
180+ path : .coverage.${{ matrix.database }}. ${{ matrix.python_version }}*
181181 include-hidden-files : true
182182
183183 sqlite :
@@ -229,7 +229,7 @@ jobs:
229229 uses : actions/upload-artifact@v4
230230 with :
231231 name : coverage-sqlite-${{ matrix.python_version }}
232- path : .coverage.sqlite.${{ matrix.python_version }}
232+ path : .coverage.sqlite.${{ matrix.python_version }}*
233233 include-hidden-files : true
234234
235235 lint :
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ skip_empty = true
9898
9999[tool .coverage .run ]
100100branch = true
101+ parallel = true
101102source = [
102103 " debug_toolbar" ,
103104]
You can’t perform that action at this time.
0 commit comments