I would just like to add that we have adopted a new semantic versioning system (http://semver.org/) for Sinan. We plan to roll out this versioning paradigm for all of Erlware.
Thanks! Jordan Wilberding On Sat, Mar 12, 2011 at 10:55 AM, Eric Merritt <[email protected]>wrote: > We have pushed Sinan 0.24.0 to the erlware repo. This release offers a > slight enhancement to the test task by printing out coverage > percentages for each module tested along with coverage percentages for > the project as a whole at the end of the test run. It also reduces the > amount of spurious information printed during testing. > > You don't have to do anything besides installing the update to get > this new functionality. > > The new output appears as follows. > > ,---- > | testing app sinan > | testing sin_build_arg_parser > | All 5 tests passed. > | sin_build_arg_parser coverage percentage 58.27% > | testing sin_topo > | All 3 tests passed. > | sin_topo coverage percentage 91.67% > | testing sin_config > | All 3 tests passed. > | sin_config coverage percentage 45.14% > | testing sin_resolver > | Test passed. > | sin_resolver coverage percentage 15.15% > | testing sin_task_build > | Test passed. > | sin_task_build coverage percentage 10.24% > | testing sin_utils > | Test passed. > | sin_utils coverage percentage 25.09% > | testing sin_sig > | Test passed. > | sin_sig coverage percentage 25.00% > | testing sin_task_shell > | There were no tests to run. > | sin_task_shell coverage percentage 0.00% > | testing sinan > | Test passed. > | sinan coverage percentage 10.29% > | testing sin_discover > | All 9 tests passed. > | sin_discover coverage percentage 69.79% > | Overall run coverage 15.00% > `---- > > As you can see sinan's test coverage is not what it should be, but > hopefully now that its more visible that should change. > > As always let us know if you have issues and enjoy the new functionality. > > > > -- > Eric Merritt > Erlang & OTP in Action (Manning) http://manning.com/logan > http://twitter.com/ericbmerritt > http://erlware.org > > -- > You received this message because you are subscribed to the Google Groups > "erlware-questions" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/erlware-questions?hl=en. > > -- You received this message because you are subscribed to the Google Groups "erlware-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/erlware-dev?hl=en.
