1
0

Fix coverage upload wildcard

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2022-05-31 14:05:05 +01:00
parent e990b8a563
commit 71e98756d9
2 changed files with 2 additions and 2 deletions

View File

@@ -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: