diff --git a/0001-Update-ivy-local-classpath.patch b/0001-Update-ivy-local-classpath.patch index 1198de0..cb13ec7 100644 --- a/0001-Update-ivy-local-classpath.patch +++ b/0001-Update-ivy-local-classpath.patch @@ -1,7 +1,7 @@ From ea8e50b737a8b8210417af767df50f6299d94d23 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sun, 21 Nov 2021 11:19:41 +0100 -Subject: [PATCH] Update ivy-local-classpath +Subject: [PATCH 1/2] Update ivy-local-classpath --- configs/ivy-local-classpath | 2 +- @@ -17,5 +17,5 @@ index 9ab48d25..d65d6358 100644 xmvn/xmvn-launcher xmvn/xmvn-api -- -2.33.1 +2.35.3 diff --git a/0002-Allow-running-check-without-coverage.patch b/0002-Allow-running-check-without-coverage.patch new file mode 100644 index 0000000..12d6093 --- /dev/null +++ b/0002-Allow-running-check-without-coverage.patch @@ -0,0 +1,40 @@ +From d12a3bbf7055d59e737d5b99f1afa848dba6ad42 Mon Sep 17 00:00:00 2001 +From: Mikolaj Izdebski +Date: Tue, 14 Jun 2022 18:56:47 +0200 +Subject: [PATCH 2/2] Allow running check without coverage + +--- + check | 7 +++++-- + 1 file changed, 5 insertions(+), 2 deletions(-) + +diff --git a/check b/check +index 16e005a9..2305307d 100755 +--- a/check ++++ b/check +@@ -47,8 +47,11 @@ if [ -z "$pyinterpreter" ]; then + exit 0 + fi + ++cov_config=--cov-config=../.coveragerc ++ + if ! coverage --version >/dev/null 2>&1; then + coverage(){ :;} ++ cov_config= + fi + + cat >.coveragerc <