Commit 9e80d66b authored by Martin Steiger's avatar Martin Steiger
Browse files

fix: replace broken cobertura-merge with merge-cobertura

parent a76e9bf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -432,7 +432,7 @@ stages:
        reports_opts="${reports_opts} ${project}=${report}"
      done
      # shellcheck disable=SC2086
      npx -y cobertura-merge -p -o "${final_report}" ${reports_opts}
      npx -y merge-cobertura -p -o "${final_report}" ${reports_opts}
    fi
  }