Fix syntax

This commit is contained in:
Andras Schmelczer 2022-06-25 15:54:40 +02:00
parent 71b31b62c4
commit 3c2e0ef74a
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -43,7 +43,7 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: Unit test coverage (Python ${{ matrix.python-version }}) name: Unit test coverage (Python ${{ matrix.python-version }})
path: *.xml path: "*.xml"
sonar: sonar:
name: Analyse Python project with SonarQube name: Analyse Python project with SonarQube