diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64f47aa9d..b9f0cf9c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: echo "printing exiting dlls" ls "bin\Debug\*" ls "bin\Debug\${{ matrix.dotnet }}\*" - dotnet-coverage collect "dotnet test --framework ${{ matrix.dotnet }} --no-build -l console;verbosity=normal" --output windows_${{ matrix.dotnet }}_${{ matrix.cloud_env }}_coverage.xml --output-format cobertura --settings coverage.config + dotnet-coverage collect "dotnet test --framework ${{ matrix.dotnet }} --no-build -l console;verbosity=normal -- RunConfiguration.TargetPlatform=x64" --output windows_${{ matrix.dotnet }}_${{ matrix.cloud_env }}_coverage.xml --output-format cobertura --settings coverage.config env: snowflake_cloud_env: ${{ matrix.cloud_env }} net_version: ${{ matrix.dotnet }}