Fix coverage upload wildcard
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -11,5 +11,5 @@ sonar.exclusions=changelog.d,debian,demo,docker,docs
|
||||
sonar.coverage.exclusions=tests/**/*
|
||||
|
||||
sonar.python.coverage.reportPaths=coverage/coverage.xml
|
||||
sonar.python.version=3.10
|
||||
sonar.python.version=3.7,3.8,3.9,3.10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user