Skip to content
Snippets Groups Projects
  • Carl Delsey's avatar
    Adding code coverage report to build (#553) · 357e3030
    Carl Delsey authored
    * Script to generate coverage report. Should be run after test.
    
    * Add helper script for test suite
    
    * Modified travis to use runtestsuite.bash script
    
    * Add coverage to .travis.yml file.
    
    * Add coverage badge to main page
    
    * Run the code coverage report in the docker container.
    
    * Add lcov dependency.
    
    * Trying to add lcov tool to build.
    
    * Add coverage args to build script.
    
    * Fixing passing code coverage args.
    
    * Fixing setting env variable.
    
    * Fixing docker file coverage_enabled flag.
    
    * Fixing coverage report script.
    
    * Pass ci env through to docker
    
    * Fixing the filter rules for this workspace.
    
    * Removing unneeded dependency install line.
    
    * Add comments explaining what lcov lines do.
    
    * Rebasing on top of circle CI and common Cmake functions changes.
    
    * Fixing test suite script name.
    
    * Add codecov to CircleCI jobs
    
    * Add conditional to skip codecov if enable is false
    
    * Remove unnecessary export for codecov
    
    * Update workflow for paralel release and debug jobs
    
    * Forgot to append coverage step to job
    
    * Comment out travis codecove
    357e3030
.travis.yml 1.66 KiB