mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"test": {
|
|
"dependsOn": ["build"],
|
|
"outputs": ["coverage/cobertura-coverage.xml", "coverage/report-junit.xml"]
|
|
}
|
|
}
|
|
}
|