Fix syntax

This commit is contained in:
Andras Schmelczer 2022-06-25 15:54:40 +02:00
parent 7bf9e4993f
commit 86e855d329

View file

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