From f437f7a34636de93e6c667f65a16d7651676e79e Mon Sep 17 00:00:00 2001 From: Samuel Felton Date: Tue, 28 May 2024 13:01:32 +0200 Subject: [PATCH] remove unneeded export in workflow --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c8d2d7281d..8ad738c251 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -61,7 +61,7 @@ jobs: cmake --build . --target all -j$(nproc) cmake --build . --target test -j$(nproc) lcov --directory . --capture --output-file visp-coverage.info - export WD=`pwd` && lcov --remove visp-coverage.info \ + lcov --remove visp-coverage.info \ '/usr/*' \ '*/private/*' \ '*/test/*' \