Skip to content

Commit

Permalink
pipelines using mssql service
Browse files Browse the repository at this point in the history
  • Loading branch information
ggcol committed Nov 22, 2024
1 parent 6c2b2cd commit 23802e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy-coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
sqlserver:
image: mcr.microsoft.com/mssql/server
env:
SA_PASSWORD: "test-psw"
SA_PASSWORD: "AMoreComplexPsw123!"
ACCEPT_EULA: "Y"
ports:
- 1433:1433
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Run tests with coverage
env:
ConnectionStrings__DefaultConnection: "Server=localhost,1433;Database=master;User Id=sa;Password=test-psw;Trusted_Connection=False;MultipleActiveResultSets=true;"
ConnectionStrings__DefaultConnection: "Server=localhost,1433;Database=master;User Id=sa;Password=AMoreComplexPsw123!;Trusted_Connection=False;MultipleActiveResultSets=true;"
run: dotnet test --configuration Release --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage/ --settings coverage.runsettings

- name: Upload coverage to Codacy
Expand Down

0 comments on commit 23802e0

Please sign in to comment.