Skip to content

Commit

Permalink
Actually include those settings in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 3, 2024
1 parent bda327c commit ebc5658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
env:
DB_CONNECTION_STRING: "Server=localhost;Port=3306;Database=gangs;User=root"
if: ${{ matrix.dotnet-version == '9.0.x' }}
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --logger trx --results-directory coverage GangsTest/GangsTest.csproj
run: dotnet test --no-build --verbosity normal --collect:"XPlat Code Coverage" --logger trx --results-directory coverage GangsTest/GangsTest.csproj --settings coverage.runsettings
- name: Code Coverage Summary Report
uses: irongut/[email protected]
if: ${{ matrix.dotnet-version == '9.0.x' }}
Expand Down

0 comments on commit ebc5658

Please sign in to comment.