From 62834a0fb0792322968e7d1f958016ddc01742a1 Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Mon, 3 Apr 2023 16:24:41 +0300 Subject: [PATCH] docs: update UPGRADE.md --- UPGRADE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index 28bef3f4..1f2f174a 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,9 +1,11 @@ # v1 -> v2 -Notable changes: +## Notable changes - **v2** uses [universal coverage reporter](https://github.com/coverallsapp/coverage-reporter) instead of [node-coveralls](https://github.com/nickmerwin/node-coveralls) like in **v1**. +## Upgrading + - Option `path-to-lcov` is now deprecated, use `file` instead. - You can skip `file` option and coveralls will try to find all supported coverage files and combine their data.