Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Merge requests
  • !173

Make test coverage report with JaCoCo work in the wild

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/davido/fix_jacoco_invocation into master Aug 09, 2014
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: davido

EMMA coverage report invocation is working, but it is somehow flaky. Test coverage report with JaCoCo is looking very promising but it seems to only work for Buck project itself because some paths are hard coded and other paths are customizable but still not exposed in buck_common script as it's the case with broken EMMA.

Make hard coded path customizable and expose the paths in buck_common so that folks in the wild can use it.

Test Plan: Clone Gerrit Code Review project and issue this command: buck test --all --code-coverage --code-coverage-format html --no-results-cache Enjoy the report in buck-out/gen/jacoco/code-coverage/index.html

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/davido/fix_jacoco_invocation