diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 86010d33843..860a3b38ca5 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -24,8 +24,6 @@ jobs: - run: make creport SHA=${{ github.sha }} - run: pip install smokeshow - - run: ls - - run: ls htmlcov - run: smokeshow upload htmlcov env: diff --git a/Makefile b/Makefile index 0d3ffa4baa5..dc81f9bb2d9 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ ctest: .PHONY: creport creport: ${COVERAGE_DOCKER_EXEC} \ - ${REPORT_COVERAGE_COMMAND} --show-contexts --title "Coverage for ${SHA}" + ${REPORT_COVERAGE_COMMAND} .PHONY: dcheck