Closed MarcHagen closed 5 months ago
You specify pytest --cov --cov-report term --cov-report xml --junitxml=xunit-result.xml
pytest --cov --cov-report term --cov-report xml --junitxml=xunit-result.xml
but try to upload xunit-results.xml < extra s to sonarcloud
xunit-results.xml
s
actions/upload-artifact has the correct path
Also maybe consider bumping some of the action versions to newer @v2 to @v4
@v2
@v4
@MarcHagen thanks a lot for spotting this!
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots No data about Coverage No data about Duplication
See analysis details on SonarCloud
You specify
pytest --cov --cov-report term --cov-report xml --junitxml=xunit-result.xml
but try to upload
xunit-results.xml
< extras
to sonarcloudactions/upload-artifact has the correct path
Also maybe consider bumping some of the action versions to newer
@v2
to@v4