Skip to content

Commit b6828cc

Browse files
committed
fix codecov filename
1 parent 7b2557f commit b6828cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
token: ${{ secrets.CODECOV_TOKEN }}
104104
files: coverage.xml
105105
flags: unittests
106-
name: py-${{ matrix.python-version }}-db-${{ startsWith(matrix.db-url, 'sqlite') && 'sqlite' || startsWith(matrix.db-url, 'postgres') && 'postgres' || 'unknown' }} }}
106+
name: py-${{ matrix.python-version }}-db-${{ startsWith(matrix.db-url, 'sqlite') && 'sqlite' || startsWith(matrix.db-url, 'postgres') && 'postgres' || 'unknown' }}
107107
fail_ci_if_error: true

0 commit comments

Comments
 (0)