From 8beb652c5774d00eaa31636b6ff6b7ef896f2cbe Mon Sep 17 00:00:00 2001 From: Noel Bundick Date: Wed, 14 Oct 2020 17:24:47 +0000 Subject: [PATCH] add cobertura coverage for Azure Pipelines users --- .nycrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.nycrc b/.nycrc index d50bc1a..4d13ecd 100644 --- a/.nycrc +++ b/.nycrc @@ -8,6 +8,7 @@ ], "reporter": [ "text", - "lcovonly" + "lcovonly", + "cobertura" ] }