mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-03 12:02:53 +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"]
|
|
}
|
|
}
|
|
}
|