From 9bd8004dfb5112e61616e119de5cd52374c2dd86 Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 24 Dec 2021 15:59:23 +0100 Subject: [PATCH] CoverageCollection: pass output directory to coverage html --- .github/workflows/CoverageCollection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CoverageCollection.yml b/.github/workflows/CoverageCollection.yml index 37be0b2..9946179 100644 --- a/.github/workflows/CoverageCollection.yml +++ b/.github/workflows/CoverageCollection.yml @@ -123,7 +123,7 @@ jobs: - name: Convert to HTML format run: | - coverage html + coverage html -d ${{ steps.getVariables.outputs.coverage_report_html_directory }} rm ${{ steps.getVariables.outputs.coverage_report_html_directory }}/.gitignore - name: 📤 Upload 'Coverage Report' artifact