CoverageCollection: pass output directory to coverage html

This commit is contained in:
umarcor
2021-12-24 15:59:23 +01:00
parent 925b44a8a8
commit 9bd8004dfb

View File

@@ -123,7 +123,7 @@ jobs:
- name: Convert to HTML format - name: Convert to HTML format
run: | run: |
coverage html coverage html -d ${{ steps.getVariables.outputs.coverage_report_html_directory }}
rm ${{ steps.getVariables.outputs.coverage_report_html_directory }}/.gitignore rm ${{ steps.getVariables.outputs.coverage_report_html_directory }}/.gitignore
- name: 📤 Upload 'Coverage Report' artifact - name: 📤 Upload 'Coverage Report' artifact