Skip to content

Commit fbafb8b

Browse files
authored
Update codecov.yml
1 parent 149ce7f commit fbafb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/codecov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- name: check variables
1212
run:
1313
echo ${{ vars.MSSQL_JDBC_TEST_CONNECTION_PROPERTIES }}
14-
echo ${{ env.MSSQL_JDBC_TEST_CONNECTION_PROPERTIES }}
14+
echo ${{ secrets.MSSQL_JDBC_TEST_CONNECTION_PROPERTIES }}
1515
- name: Run tests and collect coverage
1616
env:
17-
connectionString: ${{ vars.MSSQL_JDBC_TEST_CONNECTION_PROPERTIES }}
17+
connectionString: ${{ secrets.MSSQL_JDBC_TEST_CONNECTION_PROPERTIES }}
1818
run: mvn -Pjre11 -Dmssql_jdbc_test_connection_properties=$connectionString -DexcludedGroups=xSQLv15,NTLM,xUnix,MSI,reqExternalSetup,clientCertAuth,fedAuth,kerberos,DTC -B test
1919
- name: Upload coverage to Codecov
2020
uses: codecov/codecov-action@v4-beta

0 commit comments

Comments
 (0)