dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Don't overwrite test results and code coverage #273

Closed pensivebrian closed 5 years ago

pensivebrian commented 5 years ago

Each test results.xml will use a guid in the name, and code coverage will append. This way running tests in tox for 27 won't overwrite the results of 36.

pensivebrian commented 5 years ago

@MrMeemus is lurking! How about a CR :)