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 pass or fail without proper coverage reports.
Codecov makes it easy to upload coverage metrics to get more insight
into how your tests are performing.

A must have is our Browser Extension that overlays coverage reports
directly in Github's interface for a seamless experience and further
insight into your code.

Unlimited public repos, free forever. Unlimited private repos only $5 a
month.

Learn more at https://codecov.io
View examples at https://github.com/codecov/example-d
Questions and comments: he...@codecov.io
Twitter: @codecov

Thank you and have a great day!

Steve and the Codecov Family


Awesome. Reddited it, now at position 30: 
http://www.reddit.com/r/programming -- Andrei


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 development 
against unintended dependencies.