Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L lalsuite
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 117
    • Issues 117
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lscsoft
  • lalsuite
  • Merge requests
  • !1278

Closed
Created Mar 30, 2020 by Leo Pound Singer@leo-singerContributor1 of 4 tasks completed1/4 tasks
  • Report abuse
Report abuse

Add code coverage analysis

  • Overview 21
  • Commits 1
  • Pipelines 15
  • Changes 94

Description

Add C code coverage analysis using gcov, lcov, and the AX_CODE_COVERAGE autoconf macro.

API Changes and Justification

We aren't yet measuring code coverage, but we ought to. I'm working on a bug fix for some of my own code in LALSuite, and it's crucial that the particular code that I am working on has code coverage measurement. I thought I'd be a good citizen and implement code coverage analysis in GitLab CI for all of LALSuite.

Note that after merging, someone such as @adam-mercer or @duncanmmacleod should add a coverage badge to the GitLab project that links to the HTML coverage report in GitLab Pages.

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

N/A.

Edited Mar 31, 2020 by Leo Pound Singer
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: coverage