UNPKG
merge-cobertura
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Merges cobertura XML files
github.com/Teamop/merge-cobertura
Teamop/merge-cobertura
merge-cobertura
/
build
/
src
/
merge.d.ts
4 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
import
{
InputData
}
from
'./input'
;
import
{
CoberturaJson
}
from
'./types/cobertura'
;
export
declare
function
mergeInputs
(
inputs: InputData[]
):
CoberturaJson
;