Re: Code coverage for D now supported

2015-04-30 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 4/29/15 1:55 PM, Steve Peak wrote: With the help of @ColdenCullen, Codecov now supports D language. You can easily upload your coverage reports and utilize our many features to enhance your workflow. Writing tests for your code is important, no question. The results of your tests is simply

depend 0.0.1

2015-04-30 Thread linkrope via Digitalmars-d-announce
https://github.com/funkwerk/depend depend checks actual import dependencies against a PlantUML model of target dependencies. In contrast to dhier, depend makes use of the import dependencies created by dmd with the --deps switch. In our company, we use this tool with CI to guard the