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
+1 -1
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:
+1 -1
View File
@@ -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