kbilsted / StatePrinter

Automating unit testing and ToString() coding
Apache License 2.0
93 stars 32 forks source link

integration with coverty #16

Closed kbilsted closed 5 years ago

kbilsted commented 9 years ago

For the build server

mathieubrun commented 8 years ago

Hi @kbilsted

I've already done for my project here : https://github.com/mathieubrun/SampleDataGenerator/blob/master/appveyor.yml

As you can see, appveyor file is a bit more verbose. If you want I'll adapt and put in a PR.

Mathieu

kbilsted commented 8 years ago

Hi great

Never got around to even running it locally.. not sure why right now :) does it produce issues worth fixing?

mathieubrun commented 8 years ago

Depends on the codebase I think. For me it detected 2 null dereferences in my unit tests.

Running it locally is straightforward : cov-build --dir cov-int msbuild /t:Rebuild