From 0a3387d0ea18ebd7244b0a41469d1831151db4d7 Mon Sep 17 00:00:00 2001 From: Samuel Felton Date: Tue, 28 May 2024 00:02:26 +0200 Subject: [PATCH] Trying second version of exclude, also testing that this commit retriggers CI --- .github/workflows/coverage.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8300f3e7e8..92e4af3097 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -65,14 +65,14 @@ jobs: '/usr/*' \ '*/private/*' \ '*/test/*' \ - "$WD/../3rdparty/*" \ - "$WD/../demo/*" \ - "$WD/../example/*" \ - "$WD/../samples/*" \ - "$WD/../modules/gui*" \ - "$WD/../modules/io/src/parallel-port*" \ - "$WD/../modules/robot*" \ - "$WD/../modules/sensor*" \ + "/*/3rdparty/*" \ + "/*/demo/*" \ + "/*/example/*" \ + "/*/samples/*" \ + "/*/modules/gui*" \ + "/*/modules/io/src/parallel-port*" \ + "/*/modules/robot*" \ + "/*/modules/sensor*" \ --output-file visp-coverage.cleaned - name: Upload report to Codecov