From 759d5ab4eb8150a7a7cf615d6d705ef7894a548d Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Fri, 2 Dec 2022 18:41:18 +0100 Subject: [PATCH] Make relative --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b70431b4f..96a1f0553 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -168,6 +168,7 @@ jobs: command: | lcov --directory . --capture --output-file lcov.info codeclimate/test-reporter format-coverage -t lcov -o codeclimate/$CIRCLE_JOB.json lcov.info + sed "s/^SF:$PWD//g" -i codeclimate/$CIRCLE_JOB.json - run: name: 'Copy coredumps' command: | @@ -263,6 +264,7 @@ jobs: command: | lcov --directory . --capture --output-file lcov.info codeclimate/test-reporter format-coverage -t lcov -o codeclimate/$CIRCLE_JOB.json lcov.info + sed "s/^SF:$PWD//g" -i codeclimate/$CIRCLE_JOB.json - run: name: 'Copy logfiles' command: | @@ -360,6 +362,7 @@ jobs: command: | lcov --directory . --capture --output-file lcov.info codeclimate/test-reporter format-coverage -t lcov -o codeclimate/$CIRCLE_JOB.json lcov.info + sed "s/^SF:$PWD//g" -i codeclimate/$CIRCLE_JOB.json - run: name: 'Copy coredumps' command: | @@ -428,6 +431,7 @@ jobs: command: | lcov --directory . --capture --output-file lcov.info codeclimate/test-reporter format-coverage -t lcov -o codeclimate/$CIRCLE_JOB.json lcov.info + sed "s/^SF:$PWD//g" -i codeclimate/$CIRCLE_JOB.json - run: name: 'Regressions' command: | @@ -524,6 +528,7 @@ jobs: command: | lcov --directory . --capture --output-file lcov.info codeclimate/test-reporter format-coverage -t lcov -o codeclimate/$CIRCLE_JOB.json lcov.info + sed "s/^SF:$PWD//g" -i codeclimate/$CIRCLE_JOB.json - run: name: 'Copy coredumps' command: |