mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
fix: codacy deprecated reporter (#12050)
This commit is contained in:
@@ -895,12 +895,15 @@ def uploadScanResults(ctx):
|
||||
},
|
||||
{
|
||||
"name": "codacy",
|
||||
"image": PLUGINS_CODACY,
|
||||
"settings": {
|
||||
"token": {
|
||||
"image": "codacy/codacy-coverage-reporter:latest",
|
||||
"environment": {
|
||||
"CODACY_PROJECT_TOKEN": {
|
||||
"from_secret": "codacy_token",
|
||||
},
|
||||
},
|
||||
"commands": [
|
||||
"/app/codacy-coverage-reporter report --force-coverage-parser go -r cache/coverage/coverage.out",
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "sonarcloud",
|
||||
|
||||
Reference in New Issue
Block a user