Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate test launch from test coverage #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 19, 2021

  1. Introduced two new options: --mode and --sessionName. Now it's possib…

    …le to perform two separate launches of the executable, with the same session name provided - that's good if we want to run tests by some other means rather than by this executable via the --query option. For example: SqlCoverCore.exe -m OnlyStart -s some_unique_id_1 -c Get-CoverTSql -e Export-OpenXml -k "Server=server_name_1;Trusted_Connection=True;" -d database_name_1 SqlCoverCore.exe -m OnlyStart -s some_unique_id_2 -c Get-CoverTSql -e Export-OpenXml -k "Server=server_name_2;Trusted_Connection=True;" -d database_name_2 (here you may run any tests from any tools at servers server_name_1 and server_name_2) SqlCoverCore.exe -m OnlyStopAndReport -s some_unique_id_1 -c Get-CoverTSql -e Export-OpenXml -k "Server=server_name_1;Trusted_Connection=True;" -d database_name_1 SqlCoverCore.exe -m OnlyStopAndReport -s some_unique_id_2 -c Get-CoverTSql -e Export-OpenXml -k "Server=server_name_2;Trusted_Connection=True;" -d database_name_2
    a-yumashin committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5c9700c View commit details
    Browse the repository at this point in the history