hectorr
committed
on 29 Aug 19
New test proc coverage library (proc-coverage) for the 'automated-testing' package:

- New proc 'aa::coverage::proc_covered_p', checks i… Show more
New test proc coverage library (proc-coverage) for the 'automated-testing' package:

   - New proc 'aa::coverage::proc_covered_p', checks if a particular proc is covered by any automated test.

   - New proc 'aa::coverage::proc_list', returns a list of procs, sistem wide or in a package, with their coverage status.

   - New proc 'aa::coverage::proc_coverage', returns a summary of information (number of procs, number of covered procs, coverage percentage) about the coverage of the api of a package, or system wide.

   - New proc 'aa::coverage::proc_coverage_level', returns a level value (high, medium, low...) for a particular percentage.

Also add new CSS file for the automated tests summary page, which should help reducing the inline styling in the package, and different styles for the proc coverage levels.

Show less