Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 42004ed735 - Show all commits

3
Jenkinsfile vendored
View File

@ -38,7 +38,8 @@ pipeline {
agent any
steps {
sh "php8 ./vendor/bin/phpstan analyse -c phpstan.neon -n --no-ansi --no-progress --error-format=checkstyle | awk '{\$1=\$1;print}' > build/logs/checkstyle.xml"
recordIssues(tools: [phpstan(reportEncoding: 'UTF-8')])
// recordIssues(tools: [checkStyle(reportEncoding: 'UTF-8')])
checkStyle 'build/logs/checkstyle.xml'
}
}
stage('Coverage') {