had issues w/ database password in yml, so sometimes I used env variable and often I had to hard coded it in. I tried so many different combinations, I think it's inserting a special character which is causing my password authentication issues, pipeline fully passes with current solution
Fixes #53
Details
cd src\SQLCover\SqlCoverCore
dotnet pack
using dotnet core 3Changes proposed in this pull request:
copied SqlCover project into SqlCoverCoreHow to test this code:
Has been tested on (remove any that don't apply):
next steps