Fix coverage upload wildcard
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -121,7 +121,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: coverage-${{ matrix.python-version }}-${{ matrix.database || 'sqlite' }}-${{ matrix.postgres-version || 'none' }}
|
||||
path: .coverage*
|
||||
path: .coverage.*
|
||||
retention-days: 1
|
||||
|
||||
trial-olddeps:
|
||||
|
||||
Reference in New Issue
Block a user