From 16c90071852c88a7e2f9ddacf1ddf03743d4fe52 Mon Sep 17 00:00:00 2001 From: lilgreenbird Date: Tue, 20 Feb 2024 00:08:41 -0800 Subject: [PATCH] Update codecov.yml --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 3cec1192f..6baab8c19 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ jobs: - name: Run tests and collect coverage env: connectionString: ${{ secrets.MSSQL_JDBC_TEST_CONNECTION_PROPERTIES }} - run: mvn -Pjre11 -Dmssql_jdbc_test_connection_properties=$connectionString -DexcludedGroups=xSQLv15,NTLM,xUnix,MSI,reqExternalSetup,clientCertAuth,fedAuth,kerberos,DTC -B test + run: mvn -Pjre11 -Dmssql_jdbc_test_connection_properties=$connectionString -DexcludedGroups=xAzureSQLDB,NTLM,xUnix,MSI,reqExternalSetup,clientCertAuth,fedAuth,kerberos,DTC -B test - name: Upload coverage to Codecov uses: codecov/codecov-action@v4-beta env: