Skip to content

Data and scripts for our Code Coverage vs Code Quality analysis.

License

Notifications You must be signed in to change notification settings

hainesr/coverage-vs-quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Is Code Quality Related to Test Coverage?

Jorge Arturo Wong-Mozqueda, Robert Haines and Caroline Jay

Data and scripts for our Code Coverage vs Code Quality analysis.

Usage

These analysis tools can be run via a Docker container, which will simplify the process of installing dependencies.

With Docker

  • You will need Docker installed. Please see the installation instructions for your platform to get started.
  • Run the setup script. This will download the Docker image (if necessary), startup the container and connect the current directory into the container for saving any outputs. When you exit the container it will be automatically cleaned up.
  • If you would rather run the Docker container with your own options you can do so in the usual way - see the setup script for more details. The image is available on the Docker Hub.
  • Change into the scripts directory.
  • Run: python regression_combined.py

Without Docker

  • You will need to install:
  • Python
  • numpy
  • pandas
  • matplotlib
  • Change into the scripts directory.
  • Run: python regression_combined.py

Licence

Copyright (c) 2015, 2016 The University of Manchester, UK.

BSD licenced. See LICENCE for details.

About

Data and scripts for our Code Coverage vs Code Quality analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published