I have many builds, and not all use the same tasks (tools) to run the tests. I will try to cover collecting code coverage numbers inside of a build, and failing the build if percentages are lower than expected dotnet …
Matt Mercan Articles.
10 Years ago I was working on Hospital Information Systems (HIS) with 1000s of clients and Applications dependencies are Oracle Database, and 2 Web Services Provided by Government, Laboratory Information System (LIS) has some serial port and USB connection requirements, …
This is going to be a long post as I discover the process step by step and the pitfalls I fell along the way.My APIs had a single schema to authenticate Azure AD users this worked well for a long …
I am trying to get better at testing, on .NET Core I was getting better, but angular projects in SonarQube had always %0 test coverage. even angular has a built-in testing environment, I have never used it before.I use CI-CD …
While I was working on my side project Sentinel(https://github.com/mmercan/sentinel) I have several Dotnet Core projects, I have separate docker images for testing and I used dotnet test as below. They worked quite nicely and having no problem until there are …