diff --git a/.github/workflows/code-coverage.yaml b/.github/workflows/code-coverage.yaml index 07811961..497bac7e 100644 --- a/.github/workflows/code-coverage.yaml +++ b/.github/workflows/code-coverage.yaml @@ -190,6 +190,9 @@ jobs: ## -------------------------------------------------------------------- log=$(find ./logs-docs/ -name 'postgres*.log') + # Print the entire log file for debugging + cat $log + awk '/(ERROR:|STATEMENT:)/{flag=1}/LOG:|^[A-Z]/{flag=0}flag {print $0}' $log # Throw errors on ERRORs