diff --git a/.github/workflows/code-coverage.yaml b/.github/workflows/code-coverage.yaml index 079bb413..aa716cdd 100644 --- a/.github/workflows/code-coverage.yaml +++ b/.github/workflows/code-coverage.yaml @@ -192,8 +192,8 @@ jobs: awk '/(ERROR:|STATEMENT:)/{flag=1}/LOG:|^[A-Z]/{flag=0}flag {print $0}' $log - # Throw errors on ERRORs - grep -q "ERROR" $log + # Throw error if ERRORs are found + grep -qv "ERROR:" $log code-coverage-mssql: name: 🧪 Tests (SQL Server 2019)