Skip to content

add tap coverage example to project settings

Evan Lucas requested to merge evanlucas/gitlab-ce:addtap into master

Previously, there were examples for Simplecov, pytest-cov, and phpunit. This adds an example for using the tap cli tool (https://github.com/tapjs/node-tap)

Before: Screen_Shot_2016-04-07_at_9.57.32_AM

After:

Screen_Shot_2016-04-07_at_9.57.16_AM

Merge request reports