Skip to content

Instantly share code, notes, and snippets.

@evanlucas
Last active December 10, 2018 17:55
Show Gist options
  • Save evanlucas/5ad14ac4b616ccdc7c065b5be1efd2a3 to your computer and use it in GitHub Desktop.
Save evanlucas/5ad14ac4b616ccdc7c065b5be1efd2a3 to your computer and use it in GitHub Desktop.

Gitlab CI Code Coverage with node-tap

  1. Set the 'Test coverage parsing' to ^Statements\s*:\s*([^%]+)
  2. In your .gitlab-ci.yml file, run tap with the --coverage-report=text-summary flag
@dextel2
Copy link

dextel2 commented Dec 10, 2018

Can you please expand with an example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment