File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
- name : Store test result artifacts
69
69
uses : actions/upload-artifact@v4
70
70
with :
71
- path : coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }-${{ matrix.sqlalchemy-version } }}.xml
71
+ path : coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }} -${{ matrix.sqlalchemy-version }}.xml
72
72
73
73
- name : Coveralls
74
74
env :
@@ -123,7 +123,7 @@ jobs:
123
123
- name : Store test result artifacts
124
124
uses : actions/upload-artifact@v4
125
125
with :
126
- path : coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }-${{ matrix.sqlalchemy-version } }}-asyncpg.xml
126
+ path : coverage-${{ matrix.python-version }}-${{ matrix.pytest-asyncio-version }} -${{ matrix.sqlalchemy-version }}-asyncpg.xml
127
127
128
128
- name : Coveralls
129
129
env :
You can’t perform that action at this time.
0 commit comments