Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • T TestCov
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • SoSy-Lab
  • Software
  • TestCov
  • Merge requests
  • !1

Coverage per test

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Max Wiesholler requested to merge coveragePerTest into master Jun 13, 2019
  • Overview 47
  • Commits 20
  • Changes 8

Using lcov to produce individual test coverages and iteratively summarize them in a subfolder to get a test coverage for the test-suite after all tests have been processed.

To apply individual test coverage add --individual-test-coverage in the command.

Right now, only the individual test coverages are printed to a file (filename: individual-test-coverages). Do we also need a file for the summarized test coverage for the whole test-suite? Right now this result is only printed to the console.

Edited Jun 17, 2019 by Max Wiesholler
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: coveragePerTest